From 3b56738d88d881d023bdefda2222d99663f12b9f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 2 Dec 2013 12:00:04 +0200 Subject: [PATCH] The TODO seems to be DONE Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d --- bin/fixincludeguards.sh | 6 ------ 1 file changed, 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