diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/matching/MatchFactoryJs.cpp b/hoot-js/src/main/cpp/hoot/js/conflate/matching/MatchFactoryJs.cpp
index cb7f762..063854c 100644
--- a/hoot-js/src/main/cpp/hoot/js/conflate/matching/MatchFactoryJs.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/conflate/matching/MatchFactoryJs.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "MatchFactoryJs.h"
@@ -37,12 +37,6 @@ namespace hoot
HOOT_JS_REGISTER(MatchFactoryJs)
-MatchFactoryJs::MatchFactoryJs()
-{
-}
-
-MatchFactoryJs::~MatchFactoryJs() {}
-
void MatchFactoryJs::Init(Handle<Object> exports)
{
Isolate* current = exports->GetIsolate();