diff options
| author | 2008-08-10 22:38:17 +0200 | |
|---|---|---|
| committer | 2008-08-11 09:32:59 -0700 | |
| commit | 2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb (patch) | |
| tree | 3d02c48c43bd1fce5759aa06daac22a12e1db761 /src/AFC.c | |
| parent | 020d7c23b17956098379140f1f0047ae8e78df1b (diff) | |
| download | libimobiledevice-2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb.tar.gz libimobiledevice-2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb.tar.bz2 | |
Fix warnings about unused variables
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -85,7 +85,6 @@ int count_nullspaces(char *string, int number) { | |||
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | int dispatch_AFC_packet(AFClient *client, const char *data, int length) { | 87 | int dispatch_AFC_packet(AFClient *client, const char *data, int length) { |
| 88 | char *buffer; | ||
| 89 | int bytes = 0, offset = 0; | 88 | int bytes = 0, offset = 0; |
| 90 | if (!client || !client->connection || !client->afc_packet) return 0; | 89 | if (!client || !client->connection || !client->afc_packet) return 0; |
| 91 | if (!data || !length) length = 0; | 90 | if (!data || !length) length = 0; |
