HomePhorge

Refactor on the road to #5027 -- remove unused Scope#strinterp
1954bbfe175aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Refactor on the road to #5027 -- remove unused Scope#strinterp

One of the uses of lookupvar was in the method Scope#strinterp; this method
is no longer used (string interpolation is now handled by the parser (for
the syntax) and AST nodes (for the semantics)) so this use of lookupvar can
be excised, along with a fair amount of surrounding code.

Details

Provenance
Markus Roberts <Markus@reality.com>Authored on
Nick Lewis <nick@puppetlabs.com>Committed on Apr 12 2011, 9:47 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU31f8e660c8f4: Refactor en route to #5027 -- remove usestring parameter from lookupvar
Branches
Unknown
Tags
Unknown

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPU1954bbfe175a: Refactor on the road to #5027 -- remove unused Scope#strinterp (authored by Markus Roberts <Markus@reality.com>).Apr 12 2011, 9:47 PM