summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-08-08 22:57:41 -0800
committerTor Aamodt <[email protected]>2010-08-08 22:57:41 -0800
commita1acb8ed114e6ed00c742e7fd7bcbbe216f909c1 (patch)
treeba2f2cde4317b9c1cd5a3321652563aa461dca37 /src/gpgpu-sim/shader.h
parenta22c87cf48cb64a264c0696e6749e85b2038e0cf (diff)
refactoring: mem_latency_stat in impl, etc...
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7173]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 9dd7dc8..1d871d9 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -896,7 +896,6 @@ unsigned int max_cta_per_shader( shader_core_ctx_t *shader);
#define WB_RT 6
#define ID_OC 7
-extern unsigned int gpu_n_shader;
extern shader_core_ctx_t **sc;
#endif /* SHADER_H */