Skip to content

Commit

Permalink
Remove unused libspeedreader.dylib reference
Browse files Browse the repository at this point in the history
Not needed after #5142

Fixes brave/brave-browser#9650
  • Loading branch information
bsclifton committed May 6, 2020
1 parent 63f2d2d commit ae61a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/signing_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def AddBravePartsForSigning(parts, config):
brave_dylibs = (
'libchallenge_bypass_ristretto.dylib',
'libadblock.dylib',
'libspeedreader.dylib',
)
for library in brave_dylibs:
library_basename = os.path.basename(library)
Expand Down

0 comments on commit ae61a9e

Please sign in to comment.