diff --git a/core/default_args.h b/core/default_args.h index ff1b7f7ff..d198c6f44 100644 --- a/core/default_args.h +++ b/core/default_args.h @@ -40,14 +40,6 @@ struct default_arg { static int get() { return -1; } }; -//Pointer types -> NULL (partial specialization) -//NOTE: Comented because it doesn't makeno sense to send a pointer over the network, but I just left it here for reference --albertvaka -/*template -struct default_arg { - static T* get() { NULL; } -}; -*/ - //QByteArray-> empty qbytearray template<> struct default_arg {