From: Alexander Traud Date: Thu, 21 Jun 2018 16:22:26 +0000 (+0200) Subject: smsq: Remove an left-over special case for Solaris. X-Git-Tag: 15.5.0-rc1~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a13883b717e9875a45538d3f2c2e9a8bc74cf2;p=thirdparty%2Fasterisk.git smsq: Remove an left-over special case for Solaris. Actually, this case was never needed because the check below does the same. Change-Id: Ia2fca4ba6c58c644a8b7cb2d9db8539728c14ffb --- diff --git a/utils/smsq.c b/utils/smsq.c index 051609797a..4934ef7784 100644 --- a/utils/smsq.c +++ b/utils/smsq.c @@ -30,9 +30,6 @@ #include #include -#ifdef SOLARIS -#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000 -#endif #if !defined(POPT_ARGFLAG_SHOW_DEFAULT) #define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000 #endif