diff options
Diffstat (limited to 'types.c')
-rw-r--r-- | types.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1431,9 +1431,6 @@ ucv_to_string_json_encoded(uc_stringbuf_t *pb, const char *s, size_t len, bool r break; case '/': - if (regexp) - ucv_stringbuf_append(pb, "\\"); - ucv_stringbuf_append(pb, "/"); break; |