Removed unused variables.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@785 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2004-10-21 08:13:33 +00:00
parent a4fde17332
commit 7bc64c96f1

4
disk.c
View File

@ -551,7 +551,7 @@ disk_query_information(NTHANDLE handle, uint32 info_class, STREAM out)
NTSTATUS NTSTATUS
disk_set_information(NTHANDLE handle, uint32 info_class, STREAM in, STREAM out) disk_set_information(NTHANDLE handle, uint32 info_class, STREAM in, STREAM out)
{ {
uint32 device_id, length, file_attributes, ft_high, ft_low; uint32 length, file_attributes, ft_high, ft_low;
char newname[256], fullpath[256]; char newname[256], fullpath[256];
struct fileinfo *pfinfo; struct fileinfo *pfinfo;
@ -977,8 +977,6 @@ disk_query_directory(NTHANDLE handle, uint32 info_class, char *pattern, STREAM o
static NTSTATUS static NTSTATUS
disk_device_control(NTHANDLE handle, uint32 request, STREAM in, STREAM out) disk_device_control(NTHANDLE handle, uint32 request, STREAM in, STREAM out)
{ {
uint32 result;
if (((request >> 16) != 20) || ((request >> 16) != 9)) if (((request >> 16) != 20) || ((request >> 16) != 9))
return STATUS_INVALID_PARAMETER; return STATUS_INVALID_PARAMETER;