Francois Gouget : winedos: DPMI_FreeInternalRMCB() is not used so remove it .

Alexandre Julliard julliard at winehq.org
Mon Jun 15 07:59:07 CDT 2009


Module: wine
Branch: master
Commit: c54031960a9e3e86db373ae6098749d7ae9e9f6e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c54031960a9e3e86db373ae6098749d7ae9e9f6e

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jun 15 10:49:40 2009 +0200

winedos: DPMI_FreeInternalRMCB() is not used so remove it.

---

 dlls/winedos/dosexe.h |    1 -
 dlls/winedos/int31.c  |    6 ------
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/winedos/dosexe.h b/dlls/winedos/dosexe.h
index 77eed9e..11e92e2 100644
--- a/dlls/winedos/dosexe.h
+++ b/dlls/winedos/dosexe.h
@@ -450,7 +450,6 @@ extern void WINAPI DOSVM_Int31Handler(CONTEXT86*);
 extern void WINAPI DOSVM_RawModeSwitchHandler(CONTEXT86*);
 extern BOOL DOSVM_IsDos32(void);
 extern FARPROC16 WINAPI DPMI_AllocInternalRMCB(RMCBPROC);
-extern void WINAPI DPMI_FreeInternalRMCB(FARPROC16);
 extern int DPMI_CallRMProc(CONTEXT86*,LPWORD,int,int);
 extern BOOL DOSVM_CheckWrappers(CONTEXT86*);
 
diff --git a/dlls/winedos/int31.c b/dlls/winedos/int31.c
index 9cc9e90..905d7e6 100644
--- a/dlls/winedos/int31.c
+++ b/dlls/winedos/int31.c
@@ -705,12 +705,6 @@ static int DPMI_FreeRMCB( DWORD address )
 }
 
 
-void WINAPI DPMI_FreeInternalRMCB( FARPROC16 proc )
-{
-    DPMI_FreeRMCB( (DWORD)proc );
-}
-
-
 /**********************************************************************
  *	    DOSVM_RawModeSwitchHandler
  *




More information about the wine-cvs mailing list