From 018f559aaddafd231a89b1a013a0ef1f5f768f63 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 24 Nov 2014 12:53:24 +0000 Subject: [PATCH] Remove a commented out line in 'pbd/stacktrace.h' (was probably just needed for testing at some stage) --- libs/pbd/pbd/stacktrace.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/pbd/pbd/stacktrace.h b/libs/pbd/pbd/stacktrace.h index c5d9743b1e..19e354649a 100644 --- a/libs/pbd/pbd/stacktrace.h +++ b/libs/pbd/pbd/stacktrace.h @@ -118,6 +118,4 @@ template /*LIBPBD_API*/ Glib::Threads::Mutex PBD::thing_with_backtra } // namespace PBD -// JE - !!!!#include "../pbd/stacktrace.impl" - #endif /* __libpbd_stacktrace_h__ */