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)
committerW. Trevor King <wking@tremily.us>
Sun, 15 Dec 2013 04:25:05 +0000 (20:25 -0800)
commit033b65d6b5393f7aff8bd2fc7bfcd378c90a26d0
treea971beba8a0ea0498cc21039b94e8ef2f8c24232
parent5ab9d4cfd759de7344b66d3e7c220cbfa2d00179
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