diff options
| author | Subv <subv2112@gmail.com> | 2016-12-09 12:39:12 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-12-09 12:39:12 -0500 |
| commit | deb83c9fc5c27ca8c50db0b00deb9cd798a814e7 (patch) | |
| tree | 2701df2c92c4ca2b1c8207621c8922bd8f9d36dd /src/core/hle/ipc.h | |
| parent | 386112da3265d111595329508b860800e5cf14e8 (diff) | |
Kernel/IPC: Small codestyle cleanup
Diffstat (limited to 'src/core/hle/ipc.h')
| -rw-r--r-- | src/core/hle/ipc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index 90ea4d191..79ccaaed0 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h @@ -9,9 +9,7 @@ #include "core/memory.h" namespace Kernel { -class ServerSession; -// TODO(Subv): Move these declarations out of here static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header /** |
