summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx.y
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2018-03-26 19:09:59 -0400
committerNathan Conrad <[email protected]>2018-03-26 19:09:59 -0400
commit7a47f490efb7e7e7e4b960107f9bae79c5ab4a3d (patch)
tree268d4d6aaac4aee4f1c4a1c4dc7b80622f02d83c /src/cuda-sim/ptx.y
parent8b40edc95b301269f1c0f43fdb94b3adc6b21845 (diff)
Remove duplicate token in PTX parser
Diffstat (limited to 'src/cuda-sim/ptx.y')
-rw-r--r--src/cuda-sim/ptx.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx.y b/src/cuda-sim/ptx.y
index a66f508..4edae5d 100644
--- a/src/cuda-sim/ptx.y
+++ b/src/cuda-sim/ptx.y
@@ -47,7 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
%token PTR_DIRECTIVE
%token ENTRY_DIRECTIVE
%token EXTERN_DIRECTIVE
-%token WEAK_DIRECTIVE
%token FILE_DIRECTIVE
%token FUNC_DIRECTIVE
%token GLOBAL_DIRECTIVE