The TODO seems to be DONE

Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
This commit is contained in:
Tor Lillqvist 2013-12-02 12:00:04 +02:00
parent 2347057922
commit 3b56738d88

View file

@ -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