Remove using ::fLS::clstring;

This commit is contained in:
Yi Wang 2017-08-05 16:05:17 -07:00 committed by Andreas Schuh
parent 57ceb0ecc8
commit 60784b53e3

View file

@ -144,7 +144,6 @@ typedef std::string clstring;
#define DECLARE_string(name) \
/* We always want to import declared variables, dll or no */ \
namespace fLS { \
using ::fLS::clstring; \
extern GFLAGS_DLL_DECLARE_FLAG ::fLS::clstring& FLAGS_##name; \
} \
using fLS::FLAGS_##name