* Added ENABLE_DEBUG.
authortwisti <none@none>
Sat, 3 Dec 2005 12:34:42 +0000 (12:34 +0000)
committertwisti <none@none>
Sat, 3 Dec 2005 12:34:42 +0000 (12:34 +0000)
src/vm/jit/inline/sets.c

index eb80dfd94493e75e50b492e765b6da73fb38e7d4..48bd0a83b9374e1ddc1e1659d93af16c430669c0 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Carolyn Oates
 
-   $Id: sets.c 3829 2005-12-01 19:47:56Z twisti $
+   $Id: sets.c 3853 2005-12-03 12:34:42Z twisti $
 
 */
 
@@ -384,7 +384,8 @@ int sizeOfSet(classSetNode *s) {
        return cnt;
 }
 
-  
+
+#if defined(ENABLE_DEBUG)  
 /*------------------------------------------------------------*/
 int printSet(classSetNode *s)
 {
@@ -515,6 +516,7 @@ int printFieldSet(fldSet *sf) {
 }
 /*------------------------------------------------------------*/
 /*void destroy_set */
+#endif /* defined(ENABLE_DEBUG) */
 
 
 /*