Remove an unused struct member
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
caf94aaeab
commit
489981d4ae
1 changed files with 0 additions and 1 deletions
1
src/fw.h
1
src/fw.h
|
@ -71,7 +71,6 @@ struct request_closure {
|
|||
void *data;
|
||||
size_t length;
|
||||
unsigned long tag;
|
||||
struct raw1394_reqhandle reqhandle;
|
||||
};
|
||||
|
||||
struct allocation;
|
||||
|
|
Reference in a new issue