summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/grid/client.cpp')
-rw-r--r--TAO/examples/Simple/grid/client.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/examples/Simple/grid/client.cpp b/TAO/examples/Simple/grid/client.cpp
deleted file mode 100644
index e7fb37beba2..00000000000
--- a/TAO/examples/Simple/grid/client.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- C++ -*-
-// $Id$
-#include "Client_i.h"
-
-// This function runs the grid test.
-
-int
-main (int argc, char **argv)
-{
- Client_i client;
-
- ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) Grid client\n"));
-
- if (client.init (argc, argv) == -1)
- return -1;
- else
- return client.run ();
-}
-