summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap/variable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap/variable.cpp')
-rw-r--r--src/removeoverlap/variable.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/removeoverlap/variable.cpp b/src/removeoverlap/variable.cpp
deleted file mode 100644
index 1890f788e..000000000
--- a/src/removeoverlap/variable.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- *
- * Authors:
- * Tim Dwyer <tgdwyer@gmail.com>
- *
- * Copyright (C) 2005 Authors
- *
- * Released under GNU LGPL. Read the file 'COPYING' for more information.
- */
-#include "variable.h"
-std::ostream& operator <<(std::ostream &os, const Variable &v) {
- os << "(" << v.id << "=" << v.position() << ")";
- return os;
-}
-