summaryrefslogtreecommitdiffstats
path: root/polly/lib
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib')
-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