summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1997-02-19 09:22:53 +1200
committerChip Salzenberg <chip@atlantic.net>1997-02-22 04:41:00 +1200
commit4341a5d3f1a1f07954d027dcf9bd6a1b88364205 (patch)
tree2720f838405b04aced9205143cbc998ceeec203b /gv.c
parentfd18d3085cbff355971e001ffa7fcc9cdfc2d57a (diff)
downloadperl-4341a5d3f1a1f07954d027dcf9bd6a1b88364205.tar.gz
When overloading, don't throw away nomethod's value
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gv.c b/gv.c
index b315ad8ffd..62afd9163e 100644
--- a/gv.c
+++ b/gv.c
@@ -1316,11 +1316,6 @@ int flags;
res=POPs;
PUTBACK;
- if (notfound) {
- /* sv_2mortal(res); */
- return NULL;
- }
-
if (postpr) {
int ans;
switch (method) {