got rid of ifdef

This commit is contained in:
Mario Melara 2016-05-18 17:01:59 -07:00
parent 80310a3b7c
commit faa0f2a13c

View File

@ -239,8 +239,5 @@ def find(parser, args):
mode=args.mode,
long=args.long,
very_long=args.very_long,
#ifdef NEW
show_flags=args.show_flags)
#else /* not NEW */
namespace=args.namespace)
#endif /* not NEW */