diff options
author | Guiltybyte <jordan.mcconnon5@mail.dcu.ie> | 2022-06-09 15:57:58 +0100 |
---|---|---|
committer | Guiltybyte <jordan.mcconnon5@mail.dcu.ie> | 2022-06-09 15:57:58 +0100 |
commit | c58a8c30daa3c5a371ef7cfc52175319986efeaf (patch) | |
tree | e6b21baaa9bb40292d380eeece0f3ab8d36e5cc4 /src/grt | |
parent | 7ab20a0919c2bd62182cd0f93ce3d275c6eb4492 (diff) | |
download | ghdl-c58a8c30daa3c5a371ef7cfc52175319986efeaf.tar.gz ghdl-c58a8c30daa3c5a371ef7cfc52175319986efeaf.tar.bz2 ghdl-c58a8c30daa3c5a371ef7cfc52175319986efeaf.zip |
deleted pragma messages
Diffstat (limited to 'src/grt')
-rw-r--r-- | src/grt/config/jumps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grt/config/jumps.c b/src/grt/config/jumps.c index 9a2f25bef..0b01409e7 100644 --- a/src/grt/config/jumps.c +++ b/src/grt/config/jumps.c @@ -97,10 +97,8 @@ get_bt_from_ucontext (void *uctxt, struct backtrace_addrs *bt) #ifdef HAVE_BACKTRACE bt->size = backtrace (bt->addrs, sizeof (bt->addrs) / sizeof (void *)); bt->skip = 0; - #pragma message "HAVE_BACKTRACE=1" #else bt->size = 0; - #pragma message "HAVE_BACKTRACE=0" return; #endif |