summaryrefslogtreecommitdiff
path: root/src/context/cdinsert_hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdinsert_hashmap.h')
-rw-r--r--src/context/cdinsert_hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdinsert_hashmap.h b/src/context/cdinsert_hashmap.h
index 6e772068b..e901e9413 100644
--- a/src/context/cdinsert_hashmap.h
+++ b/src/context/cdinsert_hashmap.h
@@ -271,7 +271,7 @@ public:
/**
* Destructor: delete the d_insertMap
*/
- ~CDInsertHashMap() throw(AssertionException) {
+ ~CDInsertHashMap() {
this->destroy();
delete d_insertMap;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback