summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-06-12 19:55:35 -0400
committerMengchi Zhang <[email protected]>2019-06-12 19:55:35 -0400
commit632bdaab79b9c1fd51ef8152aa00209f76c03101 (patch)
tree1bd10717e1cbb67a1610b73493f45eb9bd8d79d6 /src/cuda-sim/ptx_parser.cc
parente5447646aaca133f2cc5cbafcaf7aeef4b384c62 (diff)
Fix some compiler warning
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
-rw-r--r--src/cuda-sim/ptx_parser.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc
index a01d1e3..2872b84 100644
--- a/src/cuda-sim/ptx_parser.cc
+++ b/src/cuda-sim/ptx_parser.cc
@@ -63,9 +63,7 @@ std::map<std::string,symbol_table*> g_sym_name_to_symbol_table;
fflush(stdout); \
}
-static function_info *g_func_info = NULL;
static std::map<unsigned,std::string> g_ptx_token_decode;
-static operand_info g_return_var;
const char *decode_token( int type )
{