From a52a6d96d701c993896f276e4198003317632aaf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 18:42:39 +0000 Subject: rm the old code including the .pys and the c++ shit --- otk/assassin.hh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 otk/assassin.hh (limited to 'otk/assassin.hh') 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 - inline void operator()(const T ptr) const { - delete ptr; - } -}; - -} - -#endif // __assassin_hh -- cgit v1.2.3