Reservation global struct removed

It wasn't solving anything, unfortunately.
This commit is contained in:
Nekotekina 2014-08-22 01:37:45 +04:00
parent 184007e1e0
commit a169c5bcac
3 changed files with 61 additions and 75 deletions

View file

@ -9,8 +9,6 @@
#include "CPUThread.h"
reservation_struct reservation;
CPUThread* GetCurrentCPUThread()
{
return (CPUThread*)GetCurrentNamedThread();