summaryrefslogtreecommitdiff
path: root/otk/assassin.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/assassin.hh')
-rw-r--r--otk/assassin.hh16
1 files changed, 0 insertions, 16 deletions
diff --git a/otk/assassin.hh b/otk/assassin.hh
deleted file mode 100644
index 5caf17f0..00000000
--- a/otk/assassin.hh
+++ /dev/null
@@ -1,16 +0,0 @@
-// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifndef __assassin_hh
-#define __assassin_hh
-
-namespace otk {
-
-struct PointerAssassin {
- template<typename T>
- inline void operator()(const T ptr) const {
- delete ptr;
- }
-};
-
-}
-
-#endif // __assassin_hh