]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
smsq: Remove an left-over special case for Solaris.
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 21 Jun 2018 16:22:26 +0000 (18:22 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Thu, 21 Jun 2018 16:22:26 +0000 (18:22 +0200)
Actually, this case was never needed because the check below does the same.

Change-Id: Ia2fca4ba6c58c644a8b7cb2d9db8539728c14ffb

utils/smsq.c

index 051609797aa8b7b5367e34d4b07f5f0511ccb541..4934ef77846a02025f9ef4506daf78bf7f13a826 100644 (file)
@@ -30,9 +30,6 @@
 #include <ctype.h>
 #include <time.h>
 
-#ifdef SOLARIS
-#define     POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
-#endif
 #if !defined(POPT_ARGFLAG_SHOW_DEFAULT)
 #define     POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
 #endif