Remove useless forward declarations

This commit is contained in:
PatrickvL 2018-10-01 11:59:40 +02:00 committed by patrickvl
parent 63e97b929b
commit 6f6f75b7e9
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ typedef struct RAMHTEntry {
bool valid;
} RAMHTEntry;
static void pfifo_run_pusher(NV2AState *d); // forward declaration
int pfifo_puller_thread(NV2AState *d);
static uint32_t ramht_hash(NV2AState *d, uint32_t handle);
static RAMHTEntry ramht_lookup(NV2AState *d, uint32_t handle); // forward declaration
/* PFIFO - MMIO and DMA FIFO submission to PGRAPH and VPE */