=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: d3dx9_36/tests: Remove unused function (Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 1 14:53:05 CST 2014


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Nov 30 13:15:37 2014 +0100

d3dx9_36/tests: Remove unused function (Clang).

---

 dlls/d3dx9_36/tests/surface.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/d3dx9_36/tests/surface.c b/dlls/d3dx9_36/tests/surface.c
index 5846281..7a4dff8 100644
--- a/dlls/d3dx9_36/tests/surface.c
+++ b/dlls/d3dx9_36/tests/surface.c
@@ -24,12 +24,6 @@
 #include "d3dx9tex.h"
 #include "resources.h"
 
-static inline int get_ref(IUnknown *obj)
-{
-    IUnknown_AddRef(obj);
-    return IUnknown_Release(obj);
-}
-
 #define check_release(obj, exp) _check_release(__LINE__, obj, exp)
 static inline void _check_release(unsigned int line, IUnknown *obj, int exp)
 {




More information about the wine-cvs mailing list