Skip to content

Commit

Permalink
Comment out some stuff in Eval for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jul 8, 2011
1 parent 19e2d89 commit ff7a667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmc/eval.pmc
Expand Up @@ -115,6 +115,7 @@ Mark this Eval.
}
#endif

#if 0
seg = (PackFile_Segment *)cur_cs->const_table;
if (seg) {
PackFile_Segment_destroy(INTERP, seg);
Expand All @@ -131,6 +132,7 @@ Mark this Eval.
if (seg)
PackFile_Segment_destroy(INTERP, seg);

#endif
sub_data->seg = NULL;

SUPER();
Expand Down

0 comments on commit ff7a667

Please sign in to comment.