summaryrefslogtreecommitdiffhomepage
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.c b/types.c
index 1a430ac..38262ca 100644
--- a/types.c
+++ b/types.c
@@ -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;