Skip to content

Commit

Permalink
Issue #521: core: replace MultiMap with standard library container
Browse files Browse the repository at this point in the history
Partial implementation: remove MultiMap implementation from the project completely. Fixes #521
  • Loading branch information
Mikalai Sukhikh authored and Mikalai Sukhikh committed Dec 7, 2022
1 parent 1dea10a commit 7fc95c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 238 deletions.
236 changes: 0 additions & 236 deletions core/indigo-core/common/base_cpp/multimap.h

This file was deleted.

2 changes: 0 additions & 2 deletions core/indigo-core/molecule/src/molfile_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include "molecule/query_molecule.h"
#include "molecule/smiles_loader.h"

#include "base_cpp/multimap.h"

#define STRCMP(a, b) strncmp((a), (b), strlen(b))

using namespace indigo;
Expand Down

0 comments on commit 7fc95c0

Please sign in to comment.