summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-04-13 14:39:23 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-04-13 14:15:26 +0000
commita4eeb729832036b70b44a483928085ce3b1e6581 (patch)
treef7b1231bb8d10bf4261c991c5191ec5399e5980c
parentbcd4af193f4453c7e27de4a25249e884f4aff8a7 (diff)
Drop the begin/end decls workaround
Change-Id: I6b4bc432de56d6d068ac0b90ac356bd7783a30c7 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-rw-r--r--app/perfunwind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/perfunwind.h b/app/perfunwind.h
index a78acba..2402cc7 100644
--- a/app/perfunwind.h
+++ b/app/perfunwind.h
@@ -25,12 +25,6 @@
#include "perfregisterinfo.h"
#include "perfkallsyms.h"
-#ifndef __BEGIN_DECLS
-#define __BEGIN_DECLS extern "C" {
-#endif
-#ifndef __END_DECLS
-#define __END_DECLS }
-#endif
#include <libdwfl.h>
#include <QObject>