comparison src/process-nt.c @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents e22b0213b713
children ecf1ebac70d8
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
1149 * The method signals an error if the given SIGNO is not valid 1149 * The method signals an error if the given SIGNO is not valid
1150 */ 1150 */
1151 1151
1152 static void 1152 static void
1153 nt_kill_child_process (Lisp_Object proc, int signo, 1153 nt_kill_child_process (Lisp_Object proc, int signo,
1154 int current_group, int nomsg) 1154 int UNUSED (current_group), int UNUSED (nomsg))
1155 { 1155 {
1156 Lisp_Process *p = XPROCESS (proc); 1156 Lisp_Process *p = XPROCESS (proc);
1157 1157
1158 /* Signal error if SIGNO cannot be sent */ 1158 /* Signal error if SIGNO cannot be sent */
1159 validate_signal_number (signo); 1159 validate_signal_number (signo);