backage builder
This commit is contained in:
@@ -39,20 +39,6 @@ String nibble(String div, String& haystack)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void Request::invoke(String file_name)
|
||||
{
|
||||
DTree call_param;
|
||||
compiler_invoke(this, file_name, call_param);
|
||||
}
|
||||
|
||||
void Request::invoke(String file_name, DTree& call_param)
|
||||
{
|
||||
compiler_invoke(this, file_name, call_param);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
void Request::ob_start()
|
||||
{
|
||||
ob_stack.push_back(new std::ostringstream());
|
||||
|
||||
Reference in New Issue
Block a user