summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h
index 95cc64fd..c3dcf562 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -485,11 +485,7 @@ inline void check_for_signal() {
/*@{*/
#define foreach BOOST_FOREACH
-#if HAVE_CXX11
using std::unique_ptr;
-#else
-#define unique_ptr std::auto_ptr
-#endif
namespace ledger {