Explorar el Código

kernel/kernel: Remove unnecessary forward declaration

This is no longer necessary, as ResultVal isn't used anywhere in the
header.
Lioncash hace 7 años
padre
commit
bd7ec1a749
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/core/hle/kernel/kernel.h

+ 0 - 3
src/core/hle/kernel/kernel.h

@@ -8,9 +8,6 @@
 #include <unordered_map>
 #include "core/hle/kernel/object.h"
 
-template <typename T>
-class ResultVal;
-
 namespace Core {
 class System;
 }