1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

remove unused variables

This commit is contained in:
Gerald Carter -
parent 48f2da440f
commit 90ed3d47e1
2 changed files with 0 additions and 2 deletions

View File

@ -3215,7 +3215,6 @@ return the size required by a struct in the stream
uint32 spoolss_size_printer_enum_values(PRINTER_ENUM_VALUES *p)
{
uint32 size = 0;
uint32 data_len;
if (!p)
return 0;

View File

@ -6964,7 +6964,6 @@ WERROR _spoolss_enumprinterdataex(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATAEX *q_
type;
WERROR result;
uint8 *data=NULL;
uint32 i;
DEBUG(4,("_spoolss_enumprinterdataex\n"));