summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefan Richter 2009-05-30 14:16:12 +0200
committerGravatar Stefan Richter 2009-05-30 14:16:12 +0200
commit489981d4ae905127a0f7c300e7d12161666fc0c8 (patch)
tree312c124ca9947636c828ee6f5b546c3ea84b740e
parentFix memory leaks with async requests on firewire-core (diff)
Remove an unused struct member
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
-rw-r--r--src/fw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fw.h b/src/fw.h
index 04e2b06..c9596fd 100644
--- a/src/fw.h
+++ b/src/fw.h
@@ -71,7 +71,6 @@ struct request_closure {
void *data;
size_t length;
unsigned long tag;
- struct raw1394_reqhandle reqhandle;
};
struct allocation;