Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4e1ebbdb authored by David Parsons's avatar David Parsons
Browse files

remove stale ctor from legacy

parent c9c801d7
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,6 @@ Vector_Fuzzy::Vector_Fuzzy(const Vector_Fuzzy& f) {
points_ = f.points_;
}
Vector_Fuzzy::Vector_Fuzzy(const Fuzzy& f) {
for (auto p : f.points())
points_.insert(p);
}
Vector_Fuzzy::Vector_Fuzzy(const gzFile backup) {
load(backup);
}
......
......@@ -82,7 +82,6 @@ class Vector_Fuzzy : public AbstractFuzzy_7
// ==========================================================================
Vector_Fuzzy();
Vector_Fuzzy(const Vector_Fuzzy& f);
Vector_Fuzzy(const Fuzzy& f);
Vector_Fuzzy(const gzFile backup);
// ==========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment