# HG changeset patch # User František Kučera # Date 1546788350 -3600 # Node ID dca712844ba9d2253458a142c9425426a6d5c329 # Parent dc219a6bad4d80b659755a6b73ee0ad39d001f69 remove old comment 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 +}