diff src/c-file-ptr-stream.cc @ 4326:1cae4472c624

[project @ 2003-02-15 23:14:47 by jwe]
author jwe
date Sat, 15 Feb 2003 23:14:47 +0000
parents da7226ca8b91
children ef3a14fb6847
line wrap: on
line diff
--- a/src/c-file-ptr-stream.cc	Sat Feb 15 04:54:57 2003 +0000
+++ b/src/c-file-ptr-stream.cc	Sat Feb 15 23:14:47 2003 +0000
@@ -189,20 +189,6 @@
   return retval;
 }
 
-void
-i_c_file_ptr_stream::close (void)
-{
-  if (buf)
-    buf->close ();
-}
-
-void
-o_c_file_ptr_stream::close (void)
-{
-  if (buf)
-    buf->close ();
-}
-
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***