summaryrefslogtreecommitdiff
path: root/matching/src/simplex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matching/src/simplex.cpp')
-rw-r--r--matching/src/simplex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/matching/src/simplex.cpp b/matching/src/simplex.cpp
index b490db0..6b53680 100644
--- a/matching/src/simplex.cpp
+++ b/matching/src/simplex.cpp
@@ -62,7 +62,6 @@ namespace md {
void Simplex::init_rivet(std::string s)
{
-// throw std::runtime_error("Not implemented");
auto delim_pos = s.find_first_of(";");
assert(delim_pos > 0);
std::string vertices_str = s.substr(0, delim_pos);