AbstractUseBuilder: Remove unused mapAstUse call

Authored by nalvarez on Jan 31 2017, 3:09 AM.

Description

AbstractUseBuilder: Remove unused mapAstUse call

AbstractUseBuilder was calling editor()->parseSession()->mapAstUse()
on the builder's parent class, expecting the language-defined context
builder to have all that. It seems this was only used by the oldcpp plugin;
all other existing language plugins that use AbstractUseBuilder have dummy
implementations of editor(), mapAstUse(), and m_mapAst just to make the
code compile. So let's just remove it.

Details

Committed
nalvarezJan 31 2017, 3:09 AM
Parents
R32:1c523ba69239: Merge branch '5.1'
Branches
Unknown
Tags
Unknown