diff common-chansession.c @ 314:827f87dfbc22 ucc-axis-hack

*hack hack hack* get rid of a few more bits
author matt-ucc@ucc.asn.au
date Mon, 27 Mar 2006 08:36:44 +0000
parents 425ed5c20157
children
line wrap: on
line diff
--- a/common-chansession.c	Sun Mar 26 13:18:30 2006 +0000
+++ b/common-chansession.c	Mon Mar 27 08:36:44 2006 +0000
@@ -25,6 +25,7 @@
 #include "chansession.h"
 
 /* Mapping of signal values to ssh signal strings */
+#if 0
 const struct SigMap signames[] = {
 	{SIGABRT, "ABRT"},
 	{SIGALRM, "ALRM"},
@@ -41,3 +42,4 @@
 	{SIGUSR2, "USR2"},
 	{0, NULL}
 };
+#endif