This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Cleanup of __basic_file and streambufs


Hi,

This patch removes some cruft from __basic_file, basic_streambuf and
basic_filebuf.

Of these, sys_ungetc was obsoleted in May, when cin stopped using
basic_filebuf for syncronized mode. The changelog doesn't say what
happened to the others.

Tested on i686-pc-linux-gnu.

Petur

2003-09-18  Petur Runolfsson  <peturr02@ru.is>

	* config/io/basic_file_stdio.cc (sys_getc, sys_ungetc): Delete.
	* config/io/basic_file_stdio.h: Same.
	* include/std/std_fstream.h (__ctype_type): Delete.
	* include/std/std_streambuf.h (__ctype_type, __state_type): Delete.

Attachment: cleanup.diff
Description: cleanup.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]