diff options
Diffstat (limited to 'sys/ddb/db_variables.c')
| -rw-r--r-- | sys/ddb/db_variables.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 4a6acf2f6182..b803e5b34628 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_variables.c,v 1.4 1994/08/13 03:49:25 wollman Exp $ + * $Id: db_variables.c,v 1.5 1994/08/18 22:34:27 wollman Exp $ */ /* @@ -134,7 +134,6 @@ void db_set_cmd(db_expr_t dummy1, int dummy2, db_expr_t dummy3, char *dummy4) { db_expr_t value; - int (*func)(); struct db_variable *vp; int t; |
