Removed unused stuffs

This commit is contained in:
Benoit Blanchon
2017-04-22 11:35:55 +02:00
parent 445dff499b
commit f7ae91b85d
3 changed files with 0 additions and 3393 deletions

View File

@ -1,5 +0,0 @@
CPPLINT="python third-party/cpplint/cpplint.py"
FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references,-readability/streams"
cd ..
$CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$")

View File

@ -1,7 +0,0 @@
cd ..
FILES=$(find include src test -regex ".*\.[ch]pp$")
clang-format -style=Google -i $FILES
# insert newline at end of file
sed -i -e '$a\' $FILES

File diff suppressed because it is too large Load Diff