summaryrefslogtreecommitdiff
path: root/include/internal/catch_leak_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/catch_leak_detector.h')
-rw-r--r--include/internal/catch_leak_detector.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/internal/catch_leak_detector.h b/include/internal/catch_leak_detector.h
deleted file mode 100644
index 633457ac..00000000
--- a/include/internal/catch_leak_detector.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Created by Martin on 12/07/2017.
- *
- * Distributed under the Boost Software License, Version 1.0. (See accompanying
- * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- */
-#ifndef TWOBLUECUBES_CATCH_LEAK_DETECTOR_H_INCLUDED
-#define TWOBLUECUBES_CATCH_LEAK_DETECTOR_H_INCLUDED
-
-namespace Catch {
-
- struct LeakDetector {
- LeakDetector();
- ~LeakDetector();
- };
-
-}
-#endif // TWOBLUECUBES_CATCH_LEAK_DETECTOR_H_INCLUDED