aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxSlendiX <gamingxslendix@gmail.com>2021-09-08 17:10:11 +0300
committerxSlendiX <gamingxslendix@gmail.com>2021-09-08 17:10:11 +0300
commitb00b3d7f5e2c68562a3250ec1f4f6ea0ebf9b73e (patch)
tree8627f15839ea436dbe4b36ad4085ae0f4e32b22e
parent39e1542466dab800499594534c4abd4ea8489bab (diff)
Remove comments
-rw-r--r--sus.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sus.c b/sus.c
index 8e65141..59678ee 100644
--- a/sus.c
+++ b/sus.c
@@ -113,14 +113,6 @@ int main(int argc, char** argv)
memmove(username, username + 1, strlen(username));
}
- // char* command = "";
- // for (int i = command_start; i < argc; i++) {
- // cats(&command, argv[i]);
- // cats(&command, " ");
- // }
-
- // command[strlen(command) - 1] = '\0';
-
if (username[0] == '\0')
uid = 0;
else if (GetUID(username, &uid) == -1) {