loader: Remove Linker class

Given the class is now currently unused, it can be removed.
This commit is contained in:
Lioncash 2019-03-19 20:48:23 -04:00
parent ab00552118
commit 1342c53e27
3 changed files with 0 additions and 185 deletions

View file

@ -419,8 +419,6 @@ add_library(core STATIC
loader/deconstructed_rom_directory.h
loader/elf.cpp
loader/elf.h
loader/linker.cpp
loader/linker.h
loader/loader.cpp
loader/loader.h
loader/nax.cpp