diff options
| author | 2010-01-30 21:58:06 +0100 | |
|---|---|---|
| committer | 2010-01-31 11:06:51 -0800 | |
| commit | 4fdf3585bf9e5f2fd9c2f6881855aa9107ff55d9 (patch) | |
| tree | 692ebca3c65bd4883805a667a54353163b57e1b0 | |
| parent | 0654a646959ead44ea764ab5fef7f967df58ada3 (diff) | |
| download | ifuse-4fdf3585bf9e5f2fd9c2f6881855aa9107ff55d9.tar.gz ifuse-4fdf3585bf9e5f2fd9c2f6881855aa9107ff55d9.tar.bz2 | |
Remove useless typedef
| -rw-r--r-- | src/ifuse.c | 2 | 
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> | 
