diff options
Diffstat (limited to 'lib/codegen/src/CG_utils.cc')
| -rwxr-xr-x | lib/codegen/src/CG_utils.cc | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/codegen/src/CG_utils.cc b/lib/codegen/src/CG_utils.cc index 87b170c..afc4aaf 100755 --- a/lib/codegen/src/CG_utils.cc +++ b/lib/codegen/src/CG_utils.cc @@ -1177,7 +1177,7 @@ namespace omega {                                const std::vector<std::pair<CG_outputRepr *, int> > &assigned_on_the_fly,                                std::map<std::string, std::vector<CG_outputRepr *> > unin) {      assert(R.n_out()==0); -     +      CG_outputRepr *result = NULL;      Conjunct *c = const_cast<Relation &>(R).single_conjunct(); @@ -1473,7 +1473,6 @@ namespace omega {          }        } -    //fprintf(stderr, "output_guard returning at bottom 0x%x\n", result);       return result;    } | 
