Skip to content

Commit 0019026

Browse files
Fix sym link issue
1 parent 76b7df1 commit 0019026

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/createclusterdb.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ int createclusearchdb(int argc, const char **argv, const Command& command) {
121121

122122
const DBSuffix suffices[] = {
123123
{DBFiles::HEADER, "_h"},
124-
{DBFiles::HEADER_INDEX, "_h.index"},
125-
{DBFiles::HEADER_DBTYPE, "_h.dbtype"},
126124
{DBFiles::LOOKUP, ".lookup"},
127125
{DBFiles::SOURCE, ".source"},
128126
{DBFiles::TAX_MAPPING, "_mapping"},

0 commit comments

Comments
 (0)