projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d74ee
)
(outp_drivers): [DEBUGGING] Delete unused declaration.
author
Ben Pfaff
<blp@gnu.org>
Thu, 13 Jul 2006 03:58:44 +0000
(
03:58
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Thu, 13 Jul 2006 03:58:44 +0000
(
03:58
+0000)
src/output/ChangeLog
patch
|
blob
|
history
src/output/output.c
patch
|
blob
|
history
diff --git
a/src/output/ChangeLog
b/src/output/ChangeLog
index 8ed1b2a8f967ec13394e153b7585d167116da26d..2757aa167c60ae67972fc78af36de7a53a50bfd1 100644
(file)
--- a/
src/output/ChangeLog
+++ b/
src/output/ChangeLog
@@
-1,3
+1,7
@@
+Wed Jul 12 20:58:19 2006 Ben Pfaff <blp@gnu.org>
+
+ * output.c (outp_drivers): [DEBUGGING] Delete unused declaration.
+
Sat Jul 1 17:20:03 2006 Ben Pfaff <blp@gnu.org>
Make the destination for charts configurable in the HTML driver.
diff --git
a/src/output/output.c
b/src/output/output.c
index a8ed0eab18a9517f1a824325505cb44f20da8ce4..c9545761761efc15a5dc705212915e4066946491 100644
(file)
--- a/
src/output/output.c
+++ b/
src/output/output.c
@@
-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)