Skip to content

Commit ab6f346

Browse files
committed
chg: commented out unused functions
1 parent 0fdaab1 commit ab6f346

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libfac/charset/algfactor.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ myminus( const CFFList & Inputlist, const CFFactor & TheFactor){
4242
return Outputlist;
4343
}
4444

45+
/* unused functions:
4546
static CFFList
4647
myDifference(const CFFList & Inputlist1,const CFFList & Inputlist2){
4748
CFFList Outputlist=Inputlist1;
@@ -64,7 +65,7 @@ isquasilinear( const CFList & as ){
6465
if ( degree(i.getItem()) > 1 ) return 0;
6566
}
6667
return 1;
67-
}
68+
}*/
6869

6970
#ifdef CHARSETNADEBUG
7071
# define DEBUGOUTPUT

0 commit comments

Comments
 (0)