diff --git a/src/lib/data/storage/sqlite/SqliteIndexStorage.cpp b/src/lib/data/storage/sqlite/SqliteIndexStorage.cpp index 12187991..1f723016 100644 --- a/src/lib/data/storage/sqlite/SqliteIndexStorage.cpp +++ b/src/lib/data/storage/sqlite/SqliteIndexStorage.cpp @@ -1016,10 +1016,6 @@ std::vector> SqliteIndexStorage::getIndices( STORAGE_MODE_READ | STORAGE_MODE_CLEAR, SqliteDatabaseIndex("source_location_file_node_id_index", "source_location(file_node_id)") )); - indices.push_back(std::make_pair( - STORAGE_MODE_READ, - SqliteDatabaseIndex("source_location_file_node_id_type_index", "source_location(file_node_id, type)") - )); indices.push_back(std::make_pair( STORAGE_MODE_WRITE, SqliteDatabaseIndex("error_all_data_index", "error(message, fatal, file_path, line_number, column_number)")