summaryrefslogtreecommitdiff
path: root/covoar/TraceWriterBase.cc
diff options
context:
space:
mode:
Diffstat (limited to 'covoar/TraceWriterBase.cc')
-rw-r--r--covoar/TraceWriterBase.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/covoar/TraceWriterBase.cc b/covoar/TraceWriterBase.cc
deleted file mode 100644
index 2fa16dc..0000000
--- a/covoar/TraceWriterBase.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-/*! @file TraceWriterBase.cc
- * @brief TraceWriterBase Implementation
- *
- * This file contains the implementation of the TraceWriter base class.
- * All TraceWriter implementations inherit from this.
- */
-
-#include "TraceWriterBase.h"
-
-namespace Trace {
-
- TraceWriterBase::TraceWriterBase()
- {
- }
-
- TraceWriterBase::~TraceWriterBase()
- {
- }
-
-}