(outp_drivers): [DEBUGGING] Delete unused declaration.
[pspp-builds.git] / src / output / output.c
index a8ed0eab18a9517f1a824325505cb44f20da8ce4..c9545761761efc15a5dc705212915e4066946491 100644 (file)
@@ -1087,10 +1087,6 @@ exit:
 struct outp_driver *
 outp_drivers (struct outp_driver *d)
 {
-#if DEBUGGING
-  struct outp_driver *orig_d = d;
-#endif
-
   for (;;)
     {
       if (d == NULL)