Commit 7556fbc1 authored by jochen@chromium.org's avatar jochen@chromium.org

Remove deprecation warning from create_nmf.py

It's still used all over the place, so the compilation logs are spilled
with warnings

BUG=none
TBR=sbc@chromium.org,binji@chromium.org

Review URL: https://codereview.chromium.org/190283003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255914 0039d316-1c4b-4281-b951-d872f2087c98
parent b615dbfc
...@@ -582,7 +582,6 @@ def main(argv): ...@@ -582,7 +582,6 @@ def main(argv):
remap[parts[0]] = parts[1] remap[parts[0]] = parts[1]
if options.path_prefix: if options.path_prefix:
sys.stderr.write('warning: option -P/--path-prefix is deprecated.\n')
options.lib_prefix = options.path_prefix options.lib_prefix = options.path_prefix
for libpath in options.lib_path: for libpath in options.lib_path:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment