Remove unused variable new and an undefined variable s.
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 12 Feb 2013 02:54:40 +0000 (18:54 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 28 Feb 2013 01:38:12 +0000 (17:38 -0800)
commit9a9edf5c655f99eedfcc0d5b886243e238aed860
tree1b8d14ec1435b88d4f1f7cb006e08c418c64844e
parentfbdcf06393c95e4eb80eb165e3991453e8f8c2fd
Remove unused variable new and an undefined variable s.

Commit b3475906d5f51a21ecaf4ff048002a2f44face52 introduced an
undefined variable "s".  The code must always be hitting the
general except: pass block.  Seems useless, if not maybe it'll
spit out a true error, so the real problem can be fixed.  Removed it all.
catalyst/support.py