From 9907a58ca63ec4a8c39709da4a275ddf0b6a3aa3 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Thu, 9 Apr 1998 20:36:14 +0000 Subject: I removed a static string that was in there because I planned to do something with it some day. It was causing gcc to cough up warnings (not serious ones, mind you). Don't worry... It will be back! Chris -)----- (This used to be commit 46445421c5cbfb9597eccd2c9d222528e14ed768) --- source3/ubiqx/ubi_Cache.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/ubiqx/ubi_Cache.c') diff --git a/source3/ubiqx/ubi_Cache.c b/source3/ubiqx/ubi_Cache.c index 4b65e3eda6..e566e6c7da 100644 --- a/source3/ubiqx/ubi_Cache.c +++ b/source3/ubiqx/ubi_Cache.c @@ -104,12 +104,6 @@ * Static data... */ -static char ModuleID[] = -"ubi_Cache\n\ -\tRevision: 0.0\n\ -\tDate: 1997/12/18 06:24:33 GMT\n\ -\tAuthor: crh\n"; - /* -------------------------------------------------------------------------- ** * Internal functions... */ -- cgit