summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-06-01 09:39:40 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-06-01 09:39:40 +0000
commitb8854385c6cb338defea6dee194d8217c61f349b (patch)
tree411592f73fc2d2d6f13b03753cc3b1e77fedc8ae /vespalib
parentb87ccafda60ca64985290199d36ec8415824a12f (diff)
No need to specify noinline for signal handler landing pad function
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/signalhandler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vespalib/src/vespa/vespalib/util/signalhandler.h b/vespalib/src/vespa/vespalib/util/signalhandler.h
index cc96a524e34..a91a4a32632 100644
--- a/vespalib/src/vespa/vespalib/util/signalhandler.h
+++ b/vespalib/src/vespa/vespalib/util/signalhandler.h
@@ -45,11 +45,9 @@ private:
* dispatch the signal to the appropriate static signal handler
* instance.
*
- * noinline to ensure consistent number of frames to skip for back-tracing.
- *
* @param signal the caught signal
**/
- static void handleSignal(int signal) noexcept __attribute__((noinline));
+ static void handleSignal(int signal) noexcept;
/**
* This method is invoked by the common signal handling method to