mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
Removed two unused variables.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2954 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4545,7 +4545,7 @@ static int vdisk_write_proc(char *buffer, char **start, off_t offset,
|
||||
struct scst_vdisk_dev *virt_dev, *vv;
|
||||
uint32_t block_size = DEF_DISK_BLOCKSIZE;
|
||||
int block_shift = DEF_DISK_BLOCKSIZE_SHIFT;
|
||||
size_t len, slen;
|
||||
size_t slen;
|
||||
|
||||
TRACE_ENTRY();
|
||||
|
||||
@@ -4877,7 +4877,6 @@ static int vcdrom_open(char *p, char *name)
|
||||
{
|
||||
struct scst_vdisk_dev *virt_dev, *vv;
|
||||
char *filename;
|
||||
int len;
|
||||
int res = 0;
|
||||
int cdrom_empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user