summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-09 10:27:35 -0400
committerMengchi Zhang <[email protected]>2019-07-09 10:27:35 -0400
commit5b015d4347c4945de5a6a7b0559e67e3824d76d6 (patch)
tree0e3a9b1f21976e8e5fec4ba4116d46789ba2a2c2 /src/cuda-sim/ptx_parser.h
parent6e051c42b8c9c820af50a10025d182a96fdd12a6 (diff)
Move some more vars
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_parser.h')
-rw-r--r--src/cuda-sim/ptx_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_parser.h b/src/cuda-sim/ptx_parser.h
index e09aab1..ef422e5 100644
--- a/src/cuda-sim/ptx_parser.h
+++ b/src/cuda-sim/ptx_parser.h
@@ -30,7 +30,6 @@
#include "../abstract_hardware_model.h"
#include "ptx_ir.h"
-extern int g_error_detected;
#ifdef __cplusplus
const class ptx_instruction *ptx_instruction_lookup( const char *filename, unsigned linenumber );