diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-10-04 21:43:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 21:43:34 +0200 |
commit | a5e59c9e93b9d435caa3fe786c745f0357bb3c0f (patch) | |
tree | 9ac67ae6b7d0d56f6bfdfe40299cddd4fe5c1eaf /types.c | |
parent | d64d5d685d86b38dda8a314b7d1404633e26b346 (diff) | |
parent | 76d396d3781b9c6a32897b5d93769db2c9f84d36 (diff) |
Merge pull request #108 from jow-/optimizations
Various improvements
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; |