summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-30 21:58:06 +0100
committerGravatar Matt Colyer2010-01-31 11:06:51 -0800
commit4fdf3585bf9e5f2fd9c2f6881855aa9107ff55d9 (patch)
tree692ebca3c65bd4883805a667a54353163b57e1b0
parent0654a646959ead44ea764ab5fef7f967df58ada3 (diff)
downloadifuse-4fdf3585bf9e5f2fd9c2f6881855aa9107ff55d9.tar.gz
ifuse-4fdf3585bf9e5f2fd9c2f6881855aa9107ff55d9.tar.bz2
Remove useless typedef
-rw-r--r--src/ifuse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index 3de393f..4f72174 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -38,8 +38,6 @@
#define AFC_SERVICE_NAME "com.apple.afc"
#define AFC2_SERVICE_NAME "com.apple.afc2"
-typedef uint32_t uint32; // this annoys me too
-
#include <libiphone/libiphone.h>
#include <libiphone/lockdown.h>
#include <libiphone/afc.h>