From 77b1b43a7c2e4c5f1dc79bd5e08a6ba8ffa94c9b Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Wed, 31 May 2017 17:25:46 +1000 Subject: [PATCH] remove redundant namespace block --- include/cxxopts.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 64ea018..f4780ef 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -841,11 +841,6 @@ namespace cxxopts std::string m_group; }; -} - -namespace cxxopts -{ - namespace {