summaryrefslogtreecommitdiff
path: root/cmds/system_server/system_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/system_server/system_main.cpp')
-rw-r--r--cmds/system_server/system_main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmds/system_server/system_main.cpp b/cmds/system_server/system_main.cpp
index 543f650a4d22..d67329d63f17 100644
--- a/cmds/system_server/system_main.cpp
+++ b/cmds/system_server/system_main.cpp
@@ -52,10 +52,5 @@ int main(int argc, const char* const argv[])
LOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0));
setpriority(PRIO_PROCESS, 0, -1);
- #if HAVE_ANDROID_OS
- //setgid(GID_SYSTEM);
- //setuid(UID_SYSTEM);
- #endif
-
system_init();
}