diff --git a/src/server/slave.c b/src/server/slave.c --- a/src/server/slave.c +++ b/src/server/slave.c @@ -18,15 +18,6 @@ */ -/* - * ********************************************************************************** - * Slave functions / etc resides below. Wouldn't a separate file make this easier?? - * - * Slave listens on server for a command in the format of each function... - * We need if's for returns... ==> watchdog - * ********************************************************************************** -*/ - // Provides DISTREN_REQUEST* which is in reality, DISTREN_SEND(signal) in the minds of your average joe #include "protocol.h" #include "options.h" // Confuse, etc. @@ -40,7 +31,6 @@ int slavestatus = 0; // Ugh global vars int main(int argc, char *argv[]) { - int counter; /* Parses arguments, skips if there are no args */ @@ -83,7 +73,6 @@ for(counter=0; counter