From 36eeebf94a9c783c25a04e22052a5901640781dc Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 30 Apr 1999 00:11:12 +0000 Subject: [PATCH] removed redundant code --- src/gdd/gddAppFuncTable.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gdd/gddAppFuncTable.h b/src/gdd/gddAppFuncTable.h index fd3160a58..11ea8d907 100644 --- a/src/gdd/gddAppFuncTable.h +++ b/src/gdd/gddAppFuncTable.h @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.9 1998/05/06 21:40:02 jhill + * updated for g++ 2.8.1 + * * Revision 1.8 1998/04/14 00:51:33 jhill * code around ms sizeof() bug V5.0 * @@ -334,7 +337,7 @@ gddAppFuncTableStatus gddAppFuncTable::read(PV &pv, gdd &value) template gddAppFuncTableStatus gddAppFuncTable::callReadFunc (PV &pv, gdd &value) { - unsigned type = value.applicationType(); + unsigned type; gddAppFuncTablePMF(pFunc); //