From: Arnaud Giersch Date: Fri, 4 Feb 2011 07:08:31 +0000 (+0100) Subject: Remove unused misc::address. X-Git-Tag: v0.1~180 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/acde6b9f1a36c21e89e587eade3a57d636cd8f86?ds=inline Remove unused misc::address. --- diff --git a/misc.h b/misc.h index 84f3ca1..50a4d5d 100644 --- a/misc.h +++ b/misc.h @@ -40,11 +40,6 @@ namespace misc { extern const char str_esse[]; extern const char str_nil[]; - template - struct address: public std::unary_function { - T* operator()(T& ref) { return &ref; } - }; - } #endif // !MISC_H