summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-22 15:19:34 +0200
committerRobin Gareus <robin@gareus.org>2017-04-22 15:19:34 +0200
commit0cb95a869b1d5f3117e1d44c9f3fa3d3279222ab (patch)
treefe3f732cfc429d2ccaf73881c0986cb7a282ca84
parente54413ee46831252286ecfd12775236c439d9d44 (diff)
Remove stub file which was used for pre-commit hook testing
-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 ;
-}
-}