diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2006-07-13 01:16:11 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2006-07-13 01:16:11 +0000 |
commit | dfadc06717bcfb3c2e39640b9b7c1550e767f121 (patch) | |
tree | 35b38087d690c54613c9a4ab8efb501dfc461eaa /gs | |
parent | b72dc191699e0e7aeba8e7b0792ece27af207251 (diff) |
Remove (now) superfluous stdout_buf and stderr_buf areas from main instance
(no longer needed -- buffers are allocated when stdio is opened).
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@6914 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs')
-rw-r--r-- | gs/src/iminst.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gs/src/iminst.h b/gs/src/iminst.h index c685c2e92..4ce60c6bf 100644 --- a/gs/src/iminst.h +++ b/gs/src/iminst.h @@ -72,8 +72,6 @@ struct gs_main_instance_s { gs_file_path lib_path; /* library search list (GS_LIB) */ long base_time[2]; /* starting usertime */ void *readline_data; /* data for gp_readline */ - char stdout_buf[STDOUT_BUF_SIZE]; /* for e_NeedStdout callout */ - char stderr_buf[STDERR_BUF_SIZE]; /* for e_NeedStderr callout */ ref error_object; /* Use by gsapi_*() */ #if 1 /* needs to be removed */ |