diff options
Diffstat (limited to 'bin/fixincludeguards.sh')
-rwxr-xr-x | bin/fixincludeguards.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/fixincludeguards.sh b/bin/fixincludeguards.sh index 907e4aa27c98..5a6347f4574e 100755 --- a/bin/fixincludeguards.sh +++ b/bin/fixincludeguards.sh @@ -11,12 +11,6 @@ # a) fixincludeguards.sh header.hxx # b) find . -name *.hxx -or -name *.h | xargs sh fixincludeguards.sh -# TODO: This doesn't fix wrong #endif comments, like: -# #ifndef FOO_BAR_HXX -# #define FOO_BAR_HXX -# ... -# #endif // OTHER_BAR_HXX - guard_prefix="INCLUDED_" for fn in "$@"; do |