Remove comments

This commit is contained in:
xSlendiX 2021-09-08 17:10:11 +03:00
parent 39e1542466
commit b00b3d7f5e

8
sus.c
View File

@ -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) {