diff --git a/hoot-js/src/main/cpp/hoot/js/elements/NodeJs.cpp b/hoot-js/src/main/cpp/hoot/js/elements/NodeJs.cpp
index 7d9f33f..b1ff066 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/NodeJs.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/elements/NodeJs.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 "NodeJs.h"
@@ -47,18 +47,6 @@ HOOT_JS_REGISTER(NodeJs)
Persistent<Function> NodeJs::_constructor;
-NodeJs::NodeJs(ConstNodePtr n) : _constNode(n)
-{
-}
-
-NodeJs::NodeJs()
-{
-}
-
-NodeJs::~NodeJs()
-{
-}
-
void NodeJs::getX(const FunctionCallbackInfo<Value>& args)
{
Isolate* current = args.GetIsolate();