summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Factory/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/Factory/main.cpp')
-rw-r--r--TAO/orbsvcs/examples/CosEC/Factory/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/main.cpp b/TAO/orbsvcs/examples/CosEC/Factory/main.cpp
deleted file mode 100644
index fca20c05e2a..00000000000
--- a/TAO/orbsvcs/examples/CosEC/Factory/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#include "FactoryDriver.h"
-
-int
-main (int argc, char *argv [])
-{
- FactoryDriver driver;
- driver.start (argc, argv);
- return 0;
-}