X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftemporary.c;h=090ceafea1a986734f02038e85dc5b6a244f79fa;hb=14e7292894533c5491a774a2d749386362660812;hp=d82461d1e97626f3d04a7d68922f85e123be4134;hpb=458f79fdf6fbd044cbfc4831b184280a82cf8d81;p=pspp-builds.git diff --git a/src/temporary.c b/src/temporary.c index d82461d1..090ceafe 100644 --- a/src/temporary.c +++ b/src/temporary.c @@ -31,8 +31,6 @@ #include "value-labels.h" #include "var.h" -#include "debug-print.h" - int temporary; struct dictionary *temp_dict; int temp_trns; @@ -62,7 +60,6 @@ cmd_temporary (void) temporary = 1; temp_dict = dict_clone (default_dict); temp_trns = n_trns; - debug_printf (("TEMPORARY: temp_trns=%d\n", temp_trns)); return lex_end_of_command (); }