summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/Performance_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Synch-Benchmarks/Performance_Test.h')
-rw-r--r--performance-tests/Synch-Benchmarks/Performance_Test.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/performance-tests/Synch-Benchmarks/Performance_Test.h b/performance-tests/Synch-Benchmarks/Performance_Test.h
deleted file mode 100644
index 1b3dd16f1af..00000000000
--- a/performance-tests/Synch-Benchmarks/Performance_Test.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#if !defined (ACE_PERFORMANCE_TEST_H)
-#defined (ACE_PERFORMANCE_TEST_H)
-
-#include "ace/Service_Repository.h"
-#include "ace/Synch.h"
-#include "Options.h"
-#include "Benchmark_Base.h"
-
-class ACE_Svc_Export Performance_Test : public Benchmark_Method_Base
-{
-public:
- Performance_Test (void);
- int init (int argc, char **argv);
-
-private:
- int n_lwps_;
- int orig_n_lwps_;
-};
-
-#endif /* ACE_PERFORMANCE_TEST_H */