diff options
Diffstat (limited to 'bin/find-headers-to-move-inside-modules.py')
-rwxr-xr-x | bin/find-headers-to-move-inside-modules.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/find-headers-to-move-inside-modules.py b/bin/find-headers-to-move-inside-modules.py index 9ec0f623128d..67060ee29fbd 100755 --- a/bin/find-headers-to-move-inside-modules.py +++ b/bin/find-headers-to-move-inside-modules.py @@ -21,8 +21,6 @@ with a.stdout as txt: if header.startswith(b"sal/"): continue if header.startswith(b"salhelper/"): continue if header.startswith(b"uno/"): continue - # these are direct copies of mozilla code - if header.startswith(b"onlineupdate/mozilla/"): continue headerSet.add(header) headerSetUnused = headerSet.copy() |