Branch: Tag:

2007-01-15

2007-01-15 15:51:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Removed redundant check.

Rev: src/builtin_functions.c:1.622

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: builtin_functions.c,v 1.621 2007/01/15 15:50:38 grubba Exp $ + || $Id: builtin_functions.c,v 1.622 2007/01/15 15:51:39 grubba Exp $   */      #include "global.h"
2492:    if (s) {    apply_svalue(s, args-1);    pop_stack(); -  } else if (args > 1) { +  } else {    fprintf(stderr, "No efun::werror() at exit.\n");    pop_n_elems(args-1);    }