summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 11:32:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 11:32:27 -0400
commit0fe76473fc289953fc2f95fb8ed4e55f767ee803 (patch)
tree578e7abfda0df5dedec3d2cc8cbc46ca66d36305 /foo.cc
parent73802d15a9dbf87986ab6f311948cc2e57981212 (diff)
remove testing file
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/foo.cc b/foo.cc
deleted file mode 100644
index 3c2b0b8a5f..0000000000
--- a/foo.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace {
-int main () {
- int i;
- return 2 + 24 -1 ;
-}
-}