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>
Sat, 14 Jun 2014 03:57:22 +0000 (20:57 -0700)
commitc43de87222e118738e21afe8ea0cfafb866c7044
treef37172e84db622290c347f8cf1df08a14a240253
parentc71831578f53d2551cd845b25bee3aaee3baa6f4
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