summaryrefslogtreecommitdiff
path: root/test/scanners/cpp/wedekind.in.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/scanners/cpp/wedekind.in.cpp')
-rw-r--r--test/scanners/cpp/wedekind.in.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/scanners/cpp/wedekind.in.cpp b/test/scanners/cpp/wedekind.in.cpp
deleted file mode 100644
index 68b0dba..0000000
--- a/test/scanners/cpp/wedekind.in.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-template< typename T >
-T plus( const &T x )
-{
- return -x;
-}
-
-template< typename T >
-class image
-{
-public:
- image( const image< T > &_image ) {}
-};