dbghelp: Eliminate an unnecessary parameter from macho_load_debug_info().
commit8430ebc6b535a3550a72a01422f0d50825ae8a5f
authorKen Thomases <ken@codeweavers.com>
Wed, 24 Jun 2015 22:13:54 +0000 (24 17:13 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 25 Jun 2015 05:01:26 +0000 (25 14:01 +0900)
tree20393d0fc918fa80386d4dcfccd93014ce33c43d
parent604ce29cb3b31c71496d581a415f8e41f4d026a5
dbghelp: Eliminate an unnecessary parameter from macho_load_debug_info().

From outside of macho_module.c, it's only called with NULL.  When it's
called with a non-NULL parameter, it's just a thin wrapper around
macho_load_debug_info_from_map(), so the code can just call that
directly.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/macho_module.c
dlls/dbghelp/module.c