summaryrefslogtreecommitdiff
path: root/libcuda
diff options
context:
space:
mode:
Diffstat (limited to 'libcuda')
-rw-r--r--libcuda/gpgpu_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/gpgpu_context.h b/libcuda/gpgpu_context.h
index f02e365..d0cd7c4 100644
--- a/libcuda/gpgpu_context.h
+++ b/libcuda/gpgpu_context.h
@@ -77,7 +77,6 @@ class gpgpu_context {
const ptx_instruction *pc_to_instruction(unsigned pc);
const warp_inst_t *ptx_fetch_inst(address_type pc);
unsigned translate_pc_to_ptxlineno(unsigned pc);
- class gpgpu_sim *gpgpu_trace_sim_init_perf(int argc, const char *argv[]);
};
gpgpu_context *GPGPU_Context();