mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 10:26:44 +00:00
[clangd] Remove unused variable. NFC
llvm-svn: 324354
This commit is contained in:
parent
7d92b7e23a
commit
c42d1431f6
@ -244,7 +244,6 @@ static llvm::Optional<std::string> readStandardMessage(std::istream &In,
|
||||
|
||||
if (ContentLength > 0) {
|
||||
std::string JSON(ContentLength, '\0');
|
||||
llvm::StringRef JSONRef;
|
||||
In.read(&JSON[0], ContentLength);
|
||||
Out.mirrorInput(StringRef(JSON.data(), In.gcount()));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user