--- trunk/perl/HyperEstraierWrapper.cpp 2005/09/10 08:11:44 16 +++ trunk/perl/HyperEstraierWrapper.cpp 2005/09/10 08:22:04 17 @@ -509,7 +509,6 @@ if (rdoc) { return new ResultDocument(rdoc); } else { - throw IOError("wtf? no document?"); return NULL; } }