summaryrefslogtreecommitdiff
path: root/src/cuda-sim/dram_callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cuda-sim/dram_callback.h')
-rw-r--r--src/cuda-sim/dram_callback.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cuda-sim/dram_callback.h b/src/cuda-sim/dram_callback.h
index 9336ee0..fee97eb 100644
--- a/src/cuda-sim/dram_callback.h
+++ b/src/cuda-sim/dram_callback.h
@@ -75,10 +75,4 @@
#ifndef __DRAM_CALLBACK_H__
#define __DRAM_CALLBACK_H__
-typedef struct {
- void (*function)(void* pI, void* gOldGThread);
- void* instruction;
- void* thread;// callback has to abuse g_thread when executed
-}dram_callback_t;
-
#endif // #ifndef __DRAM_CALLBACK_H__