Kernel/IPC: Small codestyle cleanup

This commit is contained in:
Subv 2016-12-09 12:39:12 -05:00
parent 386112da32
commit deb83c9fc5
2 changed files with 1 additions and 3 deletions

View file

@ -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
/**