diff --git a/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp b/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp
index c9b1c5b..d0476b6 100644
--- a/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.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 "MostEnglishNameJs.h"
@@ -45,14 +45,6 @@ HOOT_JS_REGISTER(MostEnglishNameJs)
Persistent<Function> MostEnglishNameJs::_constructor;
-MostEnglishNameJs::MostEnglishNameJs()
-{
-}
-
-MostEnglishNameJs::~MostEnglishNameJs()
-{
-}
-
void MostEnglishNameJs::Init(Handle<Object> target)
{
Isolate* current = target->GetIsolate();