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
16.0
Alexander Traud 7 years ago
parent d87631d21f
commit bfeded7e62

@ -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

Loading…
Cancel
Save