1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Removed unused local variables.

(This used to be commit fa1dfb681b2c7e2de59d6b439ceea738d6f11aff)
This commit is contained in:
Tim Potter 2001-07-10 00:02:40 +00:00
parent 0a33cb45c1
commit 65e373ec07

View File

@ -181,10 +181,6 @@ static nt_forms_struct default_forms[] = {
static void upgrade_to_version_2(void)
{
TDB_DATA kbuf, newkey, dbuf;
nt_forms_struct form;
int ret;
int i;
int n = 0;
DEBUG(0,("upgrade_to_version_2:upgrading to version 2\n"));
@ -227,10 +223,6 @@ BOOL nt_printing_init(void)
static pid_t local_pid;
char *vstring = "INFO/version";
fstring *list=NULL;
int count;
int i;
if (tdb_drivers && tdb_printers && tdb_forms && local_pid == sys_getpid()) return True;
tdb_drivers = tdb_open_log(lock_path("ntdrivers.tdb"), 0, 0, O_RDWR|O_CREAT, 0600);