aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin.c b/builtin.c
index 6ad4de36..c28cd0a8 100644
--- a/builtin.c
+++ b/builtin.c
@@ -3884,9 +3884,7 @@ do_typeof(int nargs)
deref = false;
break;
case Node_typedregex:
- /* Op_push_re does not UPREF */
res = "regexp";
- deref = false;
break;
case Node_val:
case Node_var: