Removing library loader, as it's not used.

This commit is contained in:
Ben Vanik
2013-05-23 17:50:05 -07:00
parent 57b486c4ad
commit 63cee87420
9 changed files with 0 additions and 166 deletions

View File

@@ -20,7 +20,6 @@ namespace cpu {
class JIT;
class LibraryLoader;
namespace sdb {
class SymbolTable;
@@ -31,8 +30,6 @@ class Backend {
public:
virtual ~Backend() {}
virtual LibraryLoader* CreateLibraryLoader() = 0;
virtual JIT* CreateJIT(xe_memory_ref memory, sdb::SymbolTable* sym_table) = 0;
protected: