Make auxiliary function static and remove them from the interface.
[SXSI/libbp.git] / bp.h
diff --git a/bp.h b/bp.h
index a728881..b982430 100644 (file)
--- a/bp.h
+++ b/bp.h
@@ -306,8 +306,6 @@ static inline int blog(int x)
 
 
 extern int *matchtbl,*parenttbl;
-void make_naivetbl(pb *B,int n);
-
 
 extern int fwdtbl[(2*ETW+1)*(1<<ETW)];
 extern int bwdtbl[(2*ETW+1)*(1<<ETW)];