JSONExporter: Remove unused variable

llvm-svn: 130477
This commit is contained in:
Tobias Grosser 2011-04-29 06:27:09 +00:00
parent 758053788b
commit b0927ea141

View File

@ -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;