diff options
Diffstat (limited to 'src/crashhandler.h')
-rw-r--r-- | src/crashhandler.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/crashhandler.h b/src/crashhandler.h index ac1bf12..73b1768 100644 --- a/src/crashhandler.h +++ b/src/crashhandler.h @@ -24,13 +24,7 @@ struct Context { } }; -bool install_handler(Context &ctx) -#ifndef HAVE_BREAKPAD -{ - return false; -} -#endif -; +bool install_handler(Context &ctx); } #endif // SMOLBOTE_CRASHHANDLER_H |