X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.c;h=8d24aab07bb720dd35621135b6133d1a1334728e;hb=0b676d85cb983fa0e719de9300935d2c8b549b14;hp=fe4b27402dddf71454691ef155fed65573fd644f;hpb=214ed115df21d414f1a785a090d74e8b2525108a;p=pspp diff --git a/src/output/tab.c b/src/output/tab.c index fe4b27402d..8d24aab07b 100644 --- a/src/output/tab.c +++ b/src/output/tab.c @@ -45,11 +45,8 @@ #define _(msgid) gettext (msgid) -#if DEBUGGING static const bool debugging = true; -#else -static const bool debugging = false; -#endif + /* Cell options. */ #define TAB_JOIN (1u << TAB_FIRST_AVAILABLE)