diff options
Diffstat (limited to 'adb/services.cpp')
-rw-r--r-- | adb/services.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/adb/services.cpp b/adb/services.cpp index 12eb406..4bd99e3 100644 --- a/adb/services.cpp +++ b/adb/services.cpp @@ -43,8 +43,6 @@ #include "remount_service.h" #include "transport.h" -typedef struct stinfo stinfo; - struct stinfo { void (*func)(int fd, void *cookie); int fd; |