Packets: Implement packet dump formating helpers
[senf.git] / senf / Packets / PacketRegistry.ih
index 240773c..169d275 100644 (file)
@@ -155,11 +155,6 @@ namespace detail {
         static void dump(KeyType const & v, std::ostream & os);
     };
 
-    template <class Type> struct CharToInt { typedef Type type; };
-    template <> struct CharToInt<char> { typedef int type; };
-    template <> struct CharToInt<signed char> { typedef int type; };
-    template <> struct CharToInt<unsigned char> { typedef unsigned type; };
-    
 }}
 
 ///////////////////////////////ih.e////////////////////////////////////////