From b59cfca7a1af67b488142d5daecf3bde8c7a8233 Mon Sep 17 00:00:00 2001 From: Daniel Testa Date: Tue, 28 Mar 2017 14:10:30 -0300 Subject: [PATCH] remove wrong define --- src/gflags.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gflags.cc b/src/gflags.cc index 473bfbb..8ac88e3 100644 --- a/src/gflags.cc +++ b/src/gflags.cc @@ -87,10 +87,6 @@ // other hand, hooks into CommandLineFlagParser. Other API functions // are, similarly, mostly hooks into the functionality described above. -#ifdef STRIP_INTERNAL_FLAG_HELP -# define STRIP_FLAG_HELP 1 -#endif - #include "config.h" #ifdef STRIP_INTERNAL_FLAG_HELP