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 | 9907a58ca63ec4a8c39709da4a275ddf0b6a3aa3 (patch) | |
tree | 5e47fef842a2782a64fed06c2f91580f57efee1b /source3 | |
parent | d1cc06083dff66519d2a2418d7cce9916131a6da (diff) | |
download | samba-9907a58ca63ec4a8c39709da4a275ddf0b6a3aa3.tar.gz samba-9907a58ca63ec4a8c39709da4a275ddf0b6a3aa3.tar.bz2 samba-9907a58ca63ec4a8c39709da4a275ddf0b6a3aa3.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 -)-----
(This used to be commit 46445421c5cbfb9597eccd2c9d222528e14ed768)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/ubiqx/ubi_Cache.c | 6 |
1 files changed, 0 insertions, 6 deletions
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... */ |