removed unused param

This commit is contained in:
jez 2007-11-22 16:48:18 +00:00
parent 83602c0417
commit 146698bcde

View file

@ -292,7 +292,7 @@ public:
parser.compile(SA::construct_from_utf8("one/two/three[string($a,$b)]"));
assert(false);
}
catch(std::exception& e) {
catch(std::exception&) {
// we expect this to throw
}
} // test18a