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
This commit is contained in:
Alexander Traud
2018-06-21 18:22:26 +02:00
parent d87631d21f
commit bfeded7e62

View 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