w32skrnl: _GetThunkBuff() is unused so remove it.

Francois Gouget fgouget at free.fr
Wed Jan 7 05:40:13 CST 2009


---

The earliest trace of it I dug up is in commit 
44ed71f52f783a91bb2a44085444ce14438c515a from december 1997. In that 
commit we see that it was in the same state as today: it's a stub, and 
its entry point in the spec file is commented out. So there does not 
seem to be any point in keeping it.


 dlls/w32skrnl/w32skernel.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/dlls/w32skrnl/w32skernel.c b/dlls/w32skrnl/w32skernel.c
index 988a47e..761d353 100644
--- a/dlls/w32skrnl/w32skernel.c
+++ b/dlls/w32skrnl/w32skernel.c
@@ -41,16 +41,6 @@ LPSTR WINAPI GetWin32sDirectory(void)
 }
 
 /***********************************************************************
- *		_GetThunkBuff
- * FIXME: ???
- */
-SEGPTR WINAPI _GetThunkBuff(void)
-{
-    return 0;
-}
-
-
-/***********************************************************************
  *           GetCurrentTask32   (W32SKRNL.3)
  */
 HTASK16 WINAPI GetCurrentTask32(void)
-- 
1.5.6.5




More information about the wine-patches mailing list