summaryrefslogtreecommitdiff
path: root/src/context/cdhashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashmap.h')
-rw-r--r--src/context/cdhashmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h
index 884234eb8..6ae74fbde 100644
--- a/src/context/cdhashmap.h
+++ b/src/context/cdhashmap.h
@@ -236,7 +236,7 @@ public:
}
}
- ~CDOhash_map() throw(AssertionException) {
+ ~CDOhash_map() {
destroy();
}
@@ -327,7 +327,7 @@ public:
d_trash() {
}
- ~CDHashMap() throw(AssertionException) {
+ ~CDHashMap() {
Debug("gc") << "cdhashmap" << this
<< " disappearing, destroying..." << std::endl;
destroy();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback