Skip to content

Commit cbf73f1

Browse files
authored
Removed unused function
1 parent 7c930ea commit cbf73f1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/dictdb.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ end
7474

7575

7676
################################## DictDB UTIL Functions ############################
77-
"""
78-
Internal function for retrieving existing features by size
79-
"""
80-
function retrieve_existing_feature_by_size(db::DictDB, size, feature)
81-
return db.string_feature_map[size][feature]
82-
end
83-
84-
8577
"""
8678
describe_collection(db::DictDB)
8779

0 commit comments

Comments
 (0)