summaryrefslogtreecommitdiff
path: root/tests/Bug_3812_Regression/mock_tdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_3812_Regression/mock_tdi.h')
-rw-r--r--tests/Bug_3812_Regression/mock_tdi.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/Bug_3812_Regression/mock_tdi.h b/tests/Bug_3812_Regression/mock_tdi.h
deleted file mode 100644
index 341b9b31626..00000000000
--- a/tests/Bug_3812_Regression/mock_tdi.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-
-class mock_tdi
-{
-public:
- mock_tdi () {}
- u_long hash (void) {return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (this));}
- mock_tdi *duplicate (void) {return 0;}
- CORBA::Boolean is_equivalent (const mock_tdi *) {return true;}
-
-};
-