| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index b37d0dd42a2997072518d01ca5a2ce48c5742e2e..5fd8a2b878e41bdf017da3cc2b8a296e9ea370ed 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -195,8 +195,6 @@ def get_args(bot):
|
| blacklist.extend(('_ image _ .png').split(' ')) # I8 .png color tables
|
| blacklist.extend(('_ image _ .bmp').split(' ')) # I8 .bmp color tables
|
|
|
| - match.append('~FontMgrAndroidParser') # expat currently uninstrumented.
|
| -
|
| if blacklist:
|
| args.append('--blacklist')
|
| args.extend(blacklist)
|
|
|