This is an archive of the discontinued LLVM Phabricator instance.

delete unused function in ClangExpressionParser`
ClosedPublic

Authored by ldrumm on Feb 15 2016, 5:24 AM.

Details

Summary

[git 65dafa83] introduced the GetBuiltinIncludePath function copied from cfe/lib/Driver/CC1Options.cpp

This function is no longer used in lldb's expression parser and I believe it is safe to remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

ldrumm updated this revision to Diff 47980.Feb 15 2016, 5:24 AM
ldrumm retitled this revision from to delete unused function in ClangExpressionParser`.
ldrumm updated this object.
ldrumm added reviewers: clayborg, spyffe, jingham.
ldrumm added a subscriber: lldb-commits.
clayborg accepted this revision.Feb 18 2016, 4:34 PM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2016, 4:34 PM
This revision was automatically updated to reflect the committed changes.