Remove lint

This commit is contained in:
Kurt Zeilenga 2001-09-16 22:00:53 +00:00
parent 8a78d022bc
commit 2d5a817288

View file

@ -322,11 +322,7 @@ ldbm_cache_fetch(
Datum key
)
{
Datum data;
return ldbm_fetch( db->dbc_db, key );
return( data );
}
int