summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-05 16:18:45 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-05 16:19:12 +0300
commit6d287589e3a74d1eec3d5c55277ae6479d659948 (patch)
tree0af36bf3cb2a9a84815c901139562639f7b4d28f /svl/qa
parent773173c233b7074cd56070c3b027e02c9bc29ee0 (diff)
This DEBUG_UNIT_TEST stuff is unused
Change-Id: I947713bda2c37e22199161a2c59e5d9ed00b37a2
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/svl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 42cf945f104e..3cf7bdbbdbc5 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -38,19 +38,8 @@
#include <boost/scoped_ptr.hpp>
-#define DEBUG_UNIT_TEST 1
-
-#if DEBUG_UNIT_TEST
-#include <iostream>
-#endif
-
using namespace ::com::sun::star;
-#if DEBUG_UNIT_TEST
-using ::std::cout;
-using ::std::endl;
-#endif
-
namespace {
class Test : public CppUnit::TestFixture {