summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 8616fd4..cadddac 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -71,13 +71,6 @@ enum dram_ctrl_t {
DRAM_FRFCFS=1
};
-enum FuncCache
-{
- FuncCachePreferNone = 0,
- FuncCachePreferShared = 1,
- FuncCachePreferL1 = 2
-};
-
struct power_config {