From 98de7b0d11cbbacbb164ce41fd21f33e6b13e74f Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 29 May 2010 14:09:01 +0000 Subject: [PATCH] * ./unicorn: - Cleanup: In CgtMain, remove obsoleted help function. --- unicorn/src/CgtMain.cpp | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/unicorn/src/CgtMain.cpp b/unicorn/src/CgtMain.cpp index f8ecf7af..09174511 100644 --- a/unicorn/src/CgtMain.cpp +++ b/unicorn/src/CgtMain.cpp @@ -66,36 +66,6 @@ using namespace Solstice; using namespace Unicorn; -namespace { - - -// ------------------------------------------------------------------- -// Function : "printHelp()". - - void printHelp () - { - cout << endl; - cout << "Usage: cgt [-v|--verbose] [-V|--very-verbose] [-D|--core-dump] \\\n" - << " [-l|--trace-level ] [-c|--cell ] \\\n" - << endl; - cout << "Options:\n" - << " o [-v|--verbose] : First level of verbosity.\n" - << " o [-V|--very-verbose] : Second level of verbosity (very talkative).\n" - << " o [-D|--core-dump] : Enable core dumping.\n" - << " o [-l|--trace-level ] :\n" - << " Sets the level of trace, trace messages with a level superior to\n" - << " will be printed on .\n" - << " o [-c|--cell ] :\n" - << " The name of the Cell to load, without extention.\n" - << endl; - } - - -} // End of anonymous namespace. - - - - // x-----------------------------------------------------------------x // | Fonctions Definitions | // x-----------------------------------------------------------------x