From bc61342d8ecf2cd23b5fdba7222f26c94c13ddc2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 25 Apr 2018 18:33:43 -0400 Subject: [PATCH] Removing requires (#112) --- include/CLI/Option.hpp | 20 -------------------- tests/AppTest.cpp | 37 ------------------------------------- tests/CreationTest.cpp | 7 ------- 3 files changed, 64 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 14d10bbe..3fb8fabd 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -313,26 +313,6 @@ class Option : public OptionBase