From d90bb48e691aef38bfe48c3d7d2a523a4aa7ddd1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 22 Nov 2001 21:03:36 +0000 Subject: [PATCH] removed read() declaration which resulted in a warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/doslex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/doslex.c b/src/common/doslex.c index be7be146d1..233e20ab3d 100644 --- a/src/common/doslex.c +++ b/src/common/doslex.c @@ -85,7 +85,6 @@ char *malloc(); int free(); */ -int read(); #endif -- 2.45.2