Cruft removal.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4473 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-12-07 02:58:39 +00:00
parent acdd1b543c
commit 509f61c83e
@@ -70,7 +70,6 @@ public abstract class CurseFilter implements ChatFilter
return msg;
}
int numStops = _matchers.length;
StringBuffer inbuf = new StringBuffer(msg);
StringBuffer outbuf = new StringBuffer(msg.length());
for (int ii=0, nn=_matchers.length; ii < nn; ii++) {