summaryrefslogtreecommitdiffstats
path: root/Tests/ConvLibrary/bar.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-02-03 20:54:20 (GMT)
committerBrad King <brad.king@kitware.com>2012-02-03 20:55:27 (GMT)
commitdaa4101619514d2b7eebbce7a73cd2149b7679b8 (patch)
treebdca5b607446cfddaa7835414a04b86aa6845fcd /Tests/ConvLibrary/bar.c
parentbb29f2765c0cd752c97862c6eb81975afdcdaed1 (diff)
downloadCMake-daa4101619514d2b7eebbce7a73cd2149b7679b8.zip
CMake-daa4101619514d2b7eebbce7a73cd2149b7679b8.tar.gz
CMake-daa4101619514d2b7eebbce7a73cd2149b7679b8.tar.bz2
Remove unused test code
We have not run tests with the "como" compiler or enabled the experimental ConvLibrary test for years.
Diffstat (limited to 'Tests/ConvLibrary/bar.c')
-rw-r--r--Tests/ConvLibrary/bar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/ConvLibrary/bar.c b/Tests/ConvLibrary/bar.c
deleted file mode 100644
index d063082..0000000
--- a/Tests/ConvLibrary/bar.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int bar()
-{
- return 20;
-}