Gems: Eliminate the now unused GEMS_ROOT scons variable.

This commit is contained in:
Gabe Black 2011-03-11 11:27:26 -08:00
parent a78e772929
commit b6ba1a528b

View file

@ -33,8 +33,7 @@ Import('*')
sticky_vars.AddVariables(
BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby",
True),
('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath),
)
export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS', 'GEMS_ROOT' ]
export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS' ]