File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ int check_refname_format(const char *refname, int flags)
153
153
const __m128i tilde_lb = _mm_set1_epi8 ('~' - 1 );
154
154
155
155
int component_count = 0 ;
156
- int orig_flags = flags ;
157
156
158
157
if (refname [0 ] == 0 || refname [0 ] == '/' ) {
159
158
/* entirely empty ref or initial ref component */
@@ -179,7 +178,7 @@ int check_refname_format(const char *refname, int flags)
179
178
* End-of-page; fall back to slow method for
180
179
* this entire ref.
181
180
*/
182
- return check_refname_format_bytewise (refname , orig_flags );
181
+ return check_refname_format_bytewise (refname , flags );
183
182
184
183
tmp = _mm_loadu_si128 ((__m128i * )cp );
185
184
tmp1 = _mm_loadu_si128 ((__m128i * )(cp + 1 ));
Original file line number Diff line number Diff line change 50
50
fun:copy_ref
51
51
}
52
52
{
53
- ignore-sse-check_refname_format-addr
53
+ ignore-sse-check_refname_format
54
54
Memcheck:Addr8
55
55
fun:check_refname_format
56
- }
57
- {
58
- ignore-sse-check_refname_format-cond
59
- Memcheck:Cond
60
- fun:check_refname_format
61
- }
62
- {
63
- ignore-sse-check_refname_format-value
64
- Memcheck:Value8
65
- fun:check_refname_format
56
+ fun:cmd_check_ref_format
57
+ fun:handle_builtin
58
+ fun:main
66
59
}
You can’t perform that action at this time.
0 commit comments