From d31178725b8dcb4bf7471365e992e8f386b981ee Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Fri, 10 Oct 2014 11:27:01 -0700 Subject: [PATCH] Removed commented code --- core/default_args.h | 8 -------- 1 file changed, 8 deletions(-) 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 {