Remove stub file which was used for pre-commit hook testing

This commit is contained in:
Robin Gareus 2017-04-22 15:19:34 +02:00
parent e54413ee46
commit 0cb95a869b
1 changed files with 0 additions and 6 deletions

6
foo.cc
View File

@ -1,6 +0,0 @@
namespace {
int main () {
int i;
return 2 + 24 -1 ;
}
}