Skip to content

Commit

Permalink
chg: commented out unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmklee committed Nov 16, 2012
1 parent 0fdaab1 commit ab6f346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libfac/charset/algfactor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ myminus( const CFFList & Inputlist, const CFFactor & TheFactor){
return Outputlist;
}

/* unused functions:
static CFFList
myDifference(const CFFList & Inputlist1,const CFFList & Inputlist2){
CFFList Outputlist=Inputlist1;
Expand All @@ -64,7 +65,7 @@ isquasilinear( const CFList & as ){
if ( degree(i.getItem()) > 1 ) return 0;
}
return 1;
}
}*/

#ifdef CHARSETNADEBUG
# define DEBUGOUTPUT
Expand Down

0 comments on commit ab6f346

Please sign in to comment.