diff options
| author | 2009-05-30 14:16:12 +0200 | |
|---|---|---|
| committer | 2009-05-30 14:16:12 +0200 | |
| commit | 489981d4ae905127a0f7c300e7d12161666fc0c8 (patch) | |
| tree | 312c124ca9947636c828ee6f5b546c3ea84b740e /src/fw.h | |
| parent | Fix memory leaks with async requests on firewire-core (diff) | |
Remove an unused struct member
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to '')
| -rw-r--r-- | src/fw.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -71,7 +71,6 @@ struct request_closure { void *data; size_t length; unsigned long tag; - struct raw1394_reqhandle reqhandle; }; struct allocation; |
