summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-15 12:01:36 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-15 12:01:36 +0100
commitff6ce1d7c00be2279f905b2f08cbbd67fa239ae7 (patch)
tree65d64765acb2a6e18880ef2953a73a2c36e4086c /include/cppunit
parent9e22a4f7c7794ab1cbd808058c13356f38ed632a (diff)
downloadcppunit-ff6ce1d7c00be2279f905b2f08cbbd67fa239ae7.tar.gz
we no longer need a wrapper for the smart pointer case
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/portability/Makefile.am1
-rw-r--r--include/cppunit/portability/SmartPtr.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/include/cppunit/portability/Makefile.am b/include/cppunit/portability/Makefile.am
index ce85cd6..1a678ca 100644
--- a/include/cppunit/portability/Makefile.am
+++ b/include/cppunit/portability/Makefile.am
@@ -3,4 +3,3 @@ libcppunitincludedir = $(includedir)/cppunit/portability
libcppunitinclude_HEADERS = \
FloatingPoint.h \
Stream.h \
- SmartPtr.h
diff --git a/include/cppunit/portability/SmartPtr.h b/include/cppunit/portability/SmartPtr.h
deleted file mode 100644
index 76e2183..0000000
--- a/include/cppunit/portability/SmartPtr.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef CPPUNIT_PORTABILITY_CPPUNITSMARTPTR_H
-#define CPPUNIT_PORTABILITY_CPPUNITSMARTPTR_H
-
-#define CppUnitSmartPtr std::unique_ptr
-
-#endif // CPPUNIT_PORTABILITY_CPPUNITDEQUE_H