diff options
author | Brad King <brad.king@kitware.com> | 2012-02-03 20:54:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-03 20:55:27 (GMT) |
commit | daa4101619514d2b7eebbce7a73cd2149b7679b8 (patch) | |
tree | bdca5b607446cfddaa7835414a04b86aa6845fcd /Tests/ConvLibrary/bar.c | |
parent | bb29f2765c0cd752c97862c6eb81975afdcdaed1 (diff) | |
download | CMake-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.c | 4 |
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; -} |