Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: remove --code-cache-path help option
This commit removes the now obsolete option.
  • Loading branch information
danbev committed Jul 2, 2019
commit 9db48578b6d22f4b83cf022ce4d63602f1a19cde
5 changes: 0 additions & 5 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,11 +515,6 @@
dest='without_siphash',
help=optparse.SUPPRESS_HELP)

parser.add_option('--code-cache-path',
action='store',
dest='code_cache_path',
help='optparse.SUPPRESS_HELP')

# End dummy list.

parser.add_option('--without-ssl',
Expand Down