summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange/JSONExporter.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2011-04-29 06:27:09 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2011-04-29 06:27:09 +0000
commitb0927ea141e5e3f79e94ca911c31281acbbb6173 (patch)
treeec7e5405a9879ef12e464f1e301c629479dd52b2 /polly/lib/Exchange/JSONExporter.cpp
parent758053788bde4747953f5f276ded345cd01323b1 (diff)
downloadbcm5719-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-xpolly/lib/Exchange/JSONExporter.cpp1
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;
OpenPOWER on IntegriCloud