message: Get rid of 'shipped' member in struct message.
[pspp] / src / libpspp / message.h
index ebd788aecd2ec725fa5096e54c2e6d8ee5011109..af7bc699d7afcc3d4e3e21122d580a38f7b0af62 100644 (file)
@@ -81,7 +81,6 @@ struct msg
     int first_column;           /* 1-based first column, or 0 if none. */
     int last_column;            /* 1-based exclusive last column (0=none). */
     char *text;                 /* Error text. */
-    bool shipped;               /* True if this message has been emitted */
   };
 
 /* Initialization. */