diff options
| author | qarmin <mikrutrafal54@gmail.com> | 2019-06-26 15:08:25 +0200 |
|---|---|---|
| committer | qarmin <mikrutrafal54@gmail.com> | 2019-06-26 15:08:25 +0200 |
| commit | 4e5310cc60dc17e5ef09e57115ca8236544679e4 (patch) | |
| tree | 894c5070a709198ed994db7c7d0c0e124abbc9e5 /core/ustring.h | |
| parent | 5c66771e3ebccdfec55bb94ea521d2f24cb6200a (diff) | |
| download | redot-engine-4e5310cc60dc17e5ef09e57115ca8236544679e4.tar.gz | |
Some code changed with Clang-Tidy
Diffstat (limited to 'core/ustring.h')
| -rw-r--r-- | core/ustring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ustring.h b/core/ustring.h index ecf934a26b..a32daabb91 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -404,8 +404,6 @@ _FORCE_INLINE_ bool is_str_less(const L *l_ptr, const R *r_ptr) { l_ptr++; r_ptr++; } - - CRASH_COND(true); // unreachable } /* end of namespace */ |
