Fixing many clang warnings.

This commit is contained in:
Ben Vanik
2014-08-21 23:10:08 -07:00
parent 7ae303dfa2
commit 6f802c2432
14 changed files with 260 additions and 427 deletions

View File

@@ -53,7 +53,6 @@ class Processor {
size_t arg_count);
private:
Emulator* emulator_;
ExportResolver* export_resolver_;
XenonRuntime* runtime_;