diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-04-09 20:36:14 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-04-09 20:36:14 +0000 |
commit | 46445421c5cbfb9597eccd2c9d222528e14ed768 (patch) | |
tree | 4787ac29f7f188a36a2aab833aa86d776f219557 | |
parent | 5d956abb4f4ed22671dfb1c7cb51489ab280463f (diff) | |
download | samba-46445421c5cbfb9597eccd2c9d222528e14ed768.tar.gz samba-46445421c5cbfb9597eccd2c9d222528e14ed768.tar.xz samba-46445421c5cbfb9597eccd2c9d222528e14ed768.zip |
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 -)-----
-rw-r--r-- | source/ubiqx/ubi_Cache.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/ubiqx/ubi_Cache.c b/source/ubiqx/ubi_Cache.c index 4b65e3eda65..e566e6c7daf 100644 --- a/source/ubiqx/ubi_Cache.c +++ b/source/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... */ |