summaryrefslogtreecommitdiff
path: root/lib/common/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Utils.h')
-rw-r--r--lib/common/Utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/common/Utils.h b/lib/common/Utils.h
index 636fb487..3a5f0eb5 100644
--- a/lib/common/Utils.h
+++ b/lib/common/Utils.h
@@ -19,9 +19,7 @@ std::string GetBoxBackupVersion();
void SplitString(std::string String, char SplitOn, std::vector<std::string> &rOutput);
-#ifdef SHOW_BACKTRACE_ON_EXCEPTION
- void DumpStackBacktrace();
-#endif
+void DumpStackBacktrace();
bool FileExists(const std::string& rFilename, int64_t *pFileSize = 0,
bool TreatLinksAsNotExisting = false);