summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/test.idl')
-rw-r--r--TAO/performance-tests/Latency/test.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/performance-tests/Latency/test.idl b/TAO/performance-tests/Latency/test.idl
deleted file mode 100644
index 5fc10225039..00000000000
--- a/TAO/performance-tests/Latency/test.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// $Id$
-//
-
-interface Test
-{
- unsigned long long test_method (in unsigned long long stamp);
-
- oneway void shutdown ();
-};