magic-elimination.patch from patch #6230.
[pspp-builds.git] / src / output / table.c
index 36e9ca28ea55d116f1e03449dc105097fbefb045..c0af3d0f7dcabb248ba84e435793753219c8d87b 100644 (file)
@@ -32,7 +32,6 @@
 #include <libpspp/alloc.h>
 #include <libpspp/assertion.h>
 #include <libpspp/compiler.h>
-#include <libpspp/magic.h>
 #include <libpspp/misc.h>
 #include <libpspp/pool.h>
 
@@ -474,7 +473,6 @@ tab_natural_height (struct tab_table *t, struct outp_driver *d, int r)
        unsigned char opt = t->ct[c + r * t->cf];
         int h;
 
-       assert (t->w[c] != NOT_INT);
        if (opt & (TAB_JOIN | TAB_EMPTY))
          continue;