Dropped self assignment when initialising variables in tokenize.c.
Merged
Dropped self assignment when initialising variables in tokenize.c.
no-self-assign
into
master
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 8
− 8
@@ -487,11 +487,11 @@ int oc_enc_tokenize_ac(oc_enc_ctx *_enc,int _pli,ptrdiff_t _fragi,
@@ -1091,8 +1091,8 @@ void oc_enc_tokenize_dc_frag_list(oc_enc_ctx *_enc,int _pli,
@@ -1328,7 +1328,7 @@ void oc_enc_tokenize_finish(oc_enc_ctx *_enc){