diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-04-29 06:27:09 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-04-29 06:27:09 +0000 |
| commit | b0927ea141e5e3f79e94ca911c31281acbbb6173 (patch) | |
| tree | ec7e5405a9879ef12e464f1e301c629479dd52b2 /polly/lib/Exchange/JSONExporter.cpp | |
| parent | 758053788bde4747953f5f276ded345cd01323b1 (diff) | |
| download | bcm5719-llvm-b0927ea141e5e3f79e94ca911c31281acbbb6173.tar.gz bcm5719-llvm-b0927ea141e5e3f79e94ca911c31281acbbb6173.zip | |
JSONExporter: Remove unused variable
llvm-svn: 130477
Diffstat (limited to 'polly/lib/Exchange/JSONExporter.cpp')
| -rwxr-xr-x | polly/lib/Exchange/JSONExporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index f72523a3368..bc776226f9b 100755 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -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; |

