From 987bae400e17b1e1f34e4e2cd7538272e58afd0c Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 6 Jul 2007 00:24:31 +0000 Subject: [PATCH] no longer needed code --- panda/src/express/zStreamBuf.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/panda/src/express/zStreamBuf.cxx b/panda/src/express/zStreamBuf.cxx index dda6221a20..1098d6d7a5 100644 --- a/panda/src/express/zStreamBuf.cxx +++ b/panda/src/express/zStreamBuf.cxx @@ -23,11 +23,6 @@ #include "pnotify.h" #include "config_express.h" -#ifndef HAVE_STREAMSIZE -// Some compilers (notably SGI) don't define this for us -typedef int streamsize; -#endif /* HAVE_STREAMSIZE */ - //////////////////////////////////////////////////////////////////// // Function: ZStreamBuf::Constructor // Access: Public