whipped out bit of old commented out code

This commit is contained in:
jez 2007-11-10 22:27:27 +00:00
parent b3bbe5f533
commit 8228130d7a

View file

@ -14,13 +14,6 @@ Arabica::DOM::Document<std::string> buildDOM(const std::string& xml);
int main(int argc, const char* argv[])
{
/*
if((argc >= 2) && (std::string("test") == argv[1]))
{
test_suite(argc, argv);
return 0;
} // if ...
*/
if(argc != 3)
{