Fixes for bugs/warts found in debug mode compile (bug #17092).
[pspp-builds.git] / src / data / case.h
index 05c4568c6befe3f501cfcf65dd622ab10ee6023c..d0b9fc9dac540ca2cecdab682026bd824f3ab091 100644 (file)
@@ -30,9 +30,6 @@
 struct ccase 
   {
     struct case_data *case_data;        /* Actual data. */
-#if DEBUGGING
-    struct ccase *this;                 /* Detects unauthorized move/copy. */
-#endif
   };
 
 /* Invisible to user code. */