Revision: 42091
http://brlcad.svn.sourceforge.net/brlcad/?rev=42091&view=rev
Author: brlcad
Date: 2011-01-11 22:08:40 +0000 (Tue, 11 Jan 2011)
Log Message:
-----------
unused variables, dunno if safe to remove
Modified Paths:
--------------
brlcad/trunk/src/adrt/adrt.h
Modified: brlcad/trunk/src/adrt/adrt.h
===================================================================
--- brlcad/trunk/src/adrt/adrt.h 2011-01-11 21:38:59 UTC (rev 42090)
+++ brlcad/trunk/src/adrt/adrt.h 2011-01-11 22:08:40 UTC (rev 42091)
@@ -56,6 +56,9 @@
ADRT_WORK_MINMAX, /* 17 */
ADRT_WORK_END
};
+
+#if 0
+/* FIXME: unused, remove? */
static char *adrt_work_table[20] = {
"ADRT_WORK_INIT",
"ADRT_WORK_STATUS",
@@ -66,9 +69,9 @@
"ADRT_WORK_SELECT",
"ADRT_WORK_MINMAX",
NULL};
+#endif
-
#define ADRT_NETOP_BASE 0x20
/* top level messages */
enum
@@ -83,6 +86,9 @@
ADRT_NETOP_SHUTDOWN, /* 27 */
ADRT_NETOP_END
};
+
+#if 0
+/* FIXME: unused, remove? */
static char *adrt_netop_table[20] = {
"ADRT_NETOP_NOP",
"ADRT_NETOP_INIT",
@@ -93,6 +99,7 @@
"ADRT_NETOP_QUIT",
"ADRT_NETOP_SHUTDOWN",
NULL};
+#endif
/* fill in a human readable version of the adrt op (for debugging) */
#define ADRT_MESSAGE_NAME(op) \
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits