diff --git a/hoot-core/src/main/cpp/hoot/core/io/ElementOutputStream.cpp b/hoot-core/src/main/cpp/hoot/core/io/ElementOutputStream.cpp
index 96e93a2..01c207a 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/ElementOutputStream.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/ElementOutputStream.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "ElementOutputStream.h"
@@ -33,14 +33,6 @@
namespace hoot
{
-ElementOutputStream::ElementOutputStream()
-{
-}
-
-ElementOutputStream::~ElementOutputStream()
-{
-}
-
void ElementOutputStream::writeAllElements(ElementInputStream& eis, ElementOutputStream& eos)
{
while (eis.hasMoreElements())