From e8aab9183e5830d591a1f82d746a4a17294cf250 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 27 Feb 2016 19:45:43 -0800 Subject: Remove some unnecessary statics and a silly #define const --- src/wgetopt.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/wgetopt.cpp') diff --git a/src/wgetopt.cpp b/src/wgetopt.cpp index 15deb3b1..80ffdcc9 100644 --- a/src/wgetopt.cpp +++ b/src/wgetopt.cpp @@ -51,14 +51,6 @@ #include "config.h" -#if !defined (__STDC__) || !__STDC__ -/* This is a separate conditional since some stdc systems - reject `defined (const)'. */ -#ifndef const -#define const -#endif -#endif - #include #include #include "common.h" -- cgit v1.2.3