diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-13 06:01:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-13 06:01:20 +0000 |
commit | c5c58387edcf35ae687fd5903e0f7c42a5cb9812 (patch) | |
tree | ca1c89ba34353f5ccfe1b883aa1111e153faa724 /cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=335 (diff) | |
download | ice-c5c58387edcf35ae687fd5903e0f7c42a5cb9812.tar.bz2 ice-c5c58387edcf35ae687fd5903e0f7c42a5cb9812.tar.xz ice-c5c58387edcf35ae687fd5903e0f7c42a5cb9812.zip |
more cleanup.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/minimal/Client.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/demo/Ice/minimal/Client.cpp b/cpp/demo/Ice/minimal/Client.cpp index 19b4f372040..5f92b93705d 100644 --- a/cpp/demo/Ice/minimal/Client.cpp +++ b/cpp/demo/Ice/minimal/Client.cpp @@ -13,16 +13,6 @@ using namespace std; using namespace Demo; -void -menu() -{ - cout << - "usage:\n" - "h: send greeting\n" - "x: exit\n" - "?: help\n"; -} - int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { |