include/relpipe/cli/RelpipeCLIException.h
branchv_0
changeset 12 dca712844ba9
parent 6 114521cca04a
child 20 45d60cf711e1
--- 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
+}