gv.c: Removed redundant len==1 check
authorFather Chrysostomos <sprout@cpan.org>
Tue, 5 Nov 2013 13:48:44 +0000 (05:48 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 5 Nov 2013 14:15:15 +0000 (06:15 -0800)
commitdc3e91f6d6ea441e8f6ea23d87efab6e7169142a
treed13764df64a7370fcd3335d7275551639f0abb60
parent5882ddb381a033c6699801b9b1046860bf7bfa9c
gv.c: Removed redundant len==1 check

When I added this in ea238638, I put the same code in the branches
for the main stash and other stashes.  In the main stash branch, this
occurs in a switch that is solely for one-character names, so checking
the length again is superfluous.
gv.c