mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
JSONExporter: Remove unused variable
llvm-svn: 130477
This commit is contained in:
parent
758053788b
commit
b0927ea141
@ -125,7 +125,6 @@ bool JSONExporter::runOnScop(Scop &scop) {
|
||||
Region &R = S->getRegion();
|
||||
|
||||
std::string FileName = ImportDir + "/" + getFileName(S);
|
||||
char *text;
|
||||
|
||||
Json::Value jscop = getJSON(scop);
|
||||
Json::StyledWriter writer;
|
||||
|
Loading…
Reference in New Issue
Block a user