Skip to content

v0.2.55..v0.2.56 changeset Match.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.cpp
index 8611ef1..1fe5765 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.cpp
@@ -38,14 +38,6 @@ namespace hoot
 
 long Match::_orderCount = 0;
 
-Match::Match()
-{
-}
-
-Match::~Match()
-{
-}
-
 QString Match::explain() const
 {
   return toString();
Clone this wiki locally