diff options
| author | Russ Cox <rsc@golang.org> | 2024-06-15 10:55:15 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2024-06-15 10:57:45 -0400 |
| commit | 60ca2be037f739e30daba1dc5b66a166fcdc0bf2 (patch) | |
| tree | 9892f5b18a903a9dbda010e19048223ebae90f3e /src/cmd | |
| parent | 8eb063cffdd1b8ead4e8fc5ee9dddb1a5efd5b45 (diff) | |
all: quiet macOS build again
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/postscript/common/request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/postscript/common/request.c b/src/cmd/postscript/common/request.c index 2e96093b..0dc00653 100644 --- a/src/cmd/postscript/common/request.c +++ b/src/cmd/postscript/common/request.c @@ -63,7 +63,6 @@ saverequest(want) } /* End of saverequest */ /*****************************************************************************/ -extern void dumprequest(); void writerequest(page, fp_out) |