Remove superfluous comment.

This commit is contained in:
Tobias Decking 2023-02-22 00:10:46 +01:00 committed by GitHub
parent b53c1ae17a
commit e9e34801a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,10 +185,6 @@ pub unsafe fn c_string_length(s: *const core::ffi::c_char) -> usize {
"xor %ecx, %ecx",
"not %rcx",
// forward direction
// (already set thanks to abi)
//"cld",
// perform search
"repne scasb (%rdi), %al",