summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/basic_func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/basic_func.cpp')
-rw-r--r--performance-tests/Misc/basic_func.cpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/performance-tests/Misc/basic_func.cpp b/performance-tests/Misc/basic_func.cpp
deleted file mode 100644
index c9943b8769e..00000000000
--- a/performance-tests/Misc/basic_func.cpp
+++ /dev/null
@@ -1,35 +0,0 @@
-// $Id$
-
-#include "basic_func.h"
-
-void
-func ()
-{
-}
-
-
-void
-Foo::func ()
-{
-}
-
-
-void
-Foo_v::func ()
-{
-}
-
-
-void
-Foo_v::v_func ()
-{
-}
-
-
-void
-Foo_d_v::v_func ()
-{
-}
-
-
-// EOF