Skip to content

Commit

Permalink
[cleanup] dsdmi: Remove unused code.
Browse files Browse the repository at this point in the history
Maybe remove the commits introducing this code completely.

Fixes: commit 8639201 ("dsdmo: Add a set of common DMO methods.")
Signed-off-by: Kai Krakow <kai@kaishome.de>
  • Loading branch information
kakra committed Mar 17, 2019
1 parent 515515e commit b514ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlls/dsdmo/dsdmo_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ static inline IClassFactoryImpl *impl_from_IClassFactory(IClassFactory *iface)
return CONTAINING_RECORD(iface, IClassFactoryImpl, IClassFactory_iface);
}

#if 0
static HRESULT WINAPI ClassFactory_QueryInterface(IClassFactory *iface, REFIID riid, void **ppv)
{
if (ppv == NULL)
Expand Down Expand Up @@ -271,6 +272,7 @@ static const IClassFactoryVtbl classfactory_vtbl = {
ClassFactory_CreateInstance,
ClassFactory_LockServer
};
#endif

BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
{
Expand Down

0 comments on commit b514ae1

Please sign in to comment.