From 32df95374e7ccb78ba677b5f287a437d12c0df4b Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 19 Feb 2018 16:09:09 -0500 Subject: Fix HOWTO/README. Remove vestiges of Option(). [ci skip] --- HOWTO/README | 5 ----- src/engine/SCons/Script/__init__.py | 2 -- 2 files changed, 7 deletions(-) diff --git a/HOWTO/README b/HOWTO/README index 951c019..e20df73 100644 --- a/HOWTO/README +++ b/HOWTO/README @@ -22,8 +22,3 @@ new-tool.txt release.txt Steps to go through when releasing a new version of SCons. -subrelease.txt - Steps to go through when releasing a new subsidiary version - of SCons--for example, 0.95.1 after we've released 0.95. - So far, we've only done this to get some early testing on major - refactorings. diff --git a/src/engine/SCons/Script/__init__.py b/src/engine/SCons/Script/__init__.py index a05c541..89fc061 100644 --- a/src/engine/SCons/Script/__init__.py +++ b/src/engine/SCons/Script/__init__.py @@ -280,8 +280,6 @@ sconscript_reading = 0 def Variables(files=[], args=ARGUMENTS): return SCons.Variables.Variables(files, args) -def Options(files=[], args=ARGUMENTS): - return SCons.Options.Options(files, args) # The list of global functions to add to the SConscript name space # that end up calling corresponding methods or Builders in the -- cgit v0.12