mirror of
https://github.com/darlinghq/darling.git
synced 2025-03-01 06:06:03 +00:00
Remove unnecessary TODOs
This commit is contained in:
parent
011b2973c6
commit
875434309e
@ -171,7 +171,6 @@ static char* g_darwin_executable_path;
|
||||
|
||||
static Timer g_timer;
|
||||
|
||||
// TODO(hamaji): Need a static type...
|
||||
class MachOLoader;
|
||||
static MachOLoader* g_loader;
|
||||
|
||||
@ -931,7 +930,6 @@ static void* ld_mac_dlopen(const char* filename, int flag) {
|
||||
// TODO(hamaji): Handle failures.
|
||||
auto_ptr<MachO> dylib_mach(MachO::read(filename, ARCH_NAME));
|
||||
|
||||
// TODO(hamaji): Consider 32bit.
|
||||
MachOLoader* loader = g_loader;
|
||||
CHECK(loader);
|
||||
Exports* exports = new Exports();
|
||||
|
Loading…
x
Reference in New Issue
Block a user