summaryrefslogtreecommitdiff
path: root/bin/fixincludeguards.sh
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-02 12:00:04 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-02 12:00:04 +0200
commit3b56738d88d881d023bdefda2222d99663f12b9f (patch)
treea86811053d766771060c686babecc854f159f6a2 /bin/fixincludeguards.sh
parent234705792261395d62139a4417504fd4d7a63729 (diff)
The TODO seems to be DONE
Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
Diffstat (limited to 'bin/fixincludeguards.sh')
-rwxr-xr-xbin/fixincludeguards.sh6
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