summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/testing_exception.hpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/testing_exception.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp b/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp
deleted file mode 100644
index 2fc4c540197..00000000000
--- a/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef guard_testing_exception_hpp
-#define guard_testing_exception_hpp
-/**
- * @file
- *
- * @brief Simple exception to raise in the tests.
- *
- * $Id$
- *
- * @author Carlos O'Ryan
- */
-
-struct testing_exception {};
-
-#endif // guard_testing_exception_hpp