aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r--src/libutil/util.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index 867f0a80d..c5ca12650 100644
--- a/src/libutil/util.hh
+++ b/src/libutil/util.hh
@@ -39,13 +39,6 @@ struct Source;
extern const std::string nativeSystem;
-/**
- * Exception handling in destructors: print an error message, then
- * ignore the exception.
- */
-void ignoreException(Verbosity lvl = lvlError);
-
-
/**
* Get a value for the specified key from an associate container.