Interpreter: Don't return StringRef from functions whose return value is never used
authorJustin Bogner <mail@justinbogner.com>
Mon, 17 Oct 2016 06:17:56 +0000 (06:17 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 17 Oct 2016 06:17:56 +0000 (06:17 +0000)
commit812101d86204a5fa8a2499cc541d1a1185100996
tree87e15254a6c1d00c3062432c4213c7d69daa32ac
parent5af1687fd282db1a3aeac10f76e946c4a6614317
Interpreter: Don't return StringRef from functions whose return value is never used

StringRef is passed through all of these APIs but never actually
used. Just remove it from the API for now and if people want to use it
they can add it back.

llvm-svn: 284362
lldb/include/lldb/Interpreter/Args.h
lldb/source/Interpreter/Args.cpp