changeset 392:4c5d3b990a3f

Remove duplicate typedef in lw_expr.h Remove duplicate lw_expr_testfn_t typedef. It's pointless to do that and generates warnings from some compilers.
author William Astle <lost@l-w.ca>
date Tue, 14 Jul 2015 23:01:57 -0600
parents 15d1628180e7
children f2decd9b276d
files lwlib/lw_expr.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lw_expr.h	Mon Jul 13 21:53:33 2015 -0600
+++ b/lwlib/lw_expr.h	Tue Jul 14 23:01:57 2015 -0600
@@ -98,8 +98,6 @@
 
 int lw_expr_type(lw_expr_t e);
 
-typedef int lw_expr_testfn_t(lw_expr_t e, void *priv);
-
 int lw_expr_operandcount(lw_expr_t e);
 
 void lw_expr_setwidth(int w);