diff -r dc219a6bad4d -r dca712844ba9 include/relpipe/cli/RelpipeCLIException.h --- a/include/relpipe/cli/RelpipeCLIException.h Thu Dec 20 00:26:00 2018 +0100 +++ b/include/relpipe/cli/RelpipeCLIException.h Sun Jan 06 16:25:50 2019 +0100 @@ -26,9 +26,6 @@ namespace relpipe { namespace cli { -/** - * TODO: move to relpipe-lib-cli (a common header-only library) - */ class RelpipeCLIException { private: wstring message; @@ -50,4 +47,4 @@ }; } -} \ No newline at end of file +}