Minor cleanup

This commit is contained in:
topjohnwu
2018-11-08 15:23:36 -05:00
parent 4cdd66ceff
commit 5743c72cca
5 changed files with 5 additions and 33 deletions

View File

@ -9,10 +9,6 @@
#include <sys/un.h>
#include <sys/socket.h>
#ifdef __cplusplus
extern "C" {
#endif
extern int setup_done;
extern int seperate_vendor;
@ -88,8 +84,4 @@ void magiskhide_handler(int client);
void su_daemon_handler(int client, struct ucred *credential);
#ifdef __cplusplus
}
#endif
#endif