handy.h: Remove unused macro
authorKarl Williamson <public@khwilliamson.com>
Sun, 2 Dec 2012 19:17:16 +0000 (12:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:29:59 +0000 (10:29 -0700)
commit6d83c58a4520cd35bbcb389a11ced43b3ad33771
treec9ef560a5164f10ba18e86a9b486b243a7979009
parentf1f701070d44deab7551222444927410e8ff672e
handy.h: Remove unused macro

This macro expands to a function or macro call that does not exist, so
this macro itself can't be being used by anyone.  It also doesn't fit
the paradigm of the other macros above it, being defined in terms of
uni instead of uvchr; nor does it really gain anything, since \s is a
posix space under locale.  The \f also appears to be a typo, based on
the commit message, it should have been \v.
handy.h