diff options
author | Gerald Carter <jerry@samba.org> | 2001-11-22 06:44:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-11-22 06:44:05 +0000 |
commit | 59b2e772e254aa567b18309e578ea9af6b1ab1e4 (patch) | |
tree | 32a4935e568021e285280aaa584c37c604cac4f0 /source3/rpc_parse | |
parent | 37a84c7bba9b6379dd54f41f0c9495ecb66307bf (diff) | |
download | samba-59b2e772e254aa567b18309e578ea9af6b1ab1e4.tar.gz samba-59b2e772e254aa567b18309e578ea9af6b1ab1e4.tar.bz2 samba-59b2e772e254aa567b18309e578ea9af6b1ab1e4.zip |
remove unused variables
(This used to be commit 90ed3d47e16a511161532f75b98db3f4b10ba685)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_spoolss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c index b628fa9913..76214c13f1 100644 --- a/source3/rpc_parse/parse_spoolss.c +++ b/source3/rpc_parse/parse_spoolss.c @@ -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; |