drop unused template

Change-Id: I3668d9b5cff71aae1598f87f09ab82bf66ace71e
This commit is contained in:
Caolán McNamara 2014-05-23 16:05:37 +01:00
parent 5456a01fef
commit eaa3f8e160

View File

@ -191,16 +191,6 @@ template< class MapType >
::o3tl::select2nd< typename MapType::value_type >()));
}
/** Functor that deletes the object behind the given pointer by calling the
delete operator
*/
template< typename T >
struct DeletePtr : public ::std::unary_function< T *, void >
{
void operator() ( T * pObj )
{ delete pObj; }
};
} // namespace CommonFunctors
} // namespace chart