Minor cleanup, removed unnecessary references to GC pools.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60ef14f12b
commit
3a0eb8a5f2
12 changed files with 96 additions and 98 deletions
|
|
@ -32,9 +32,9 @@
|
|||
int main(const int argc, char** argv) {
|
||||
tuscany::gc_scoped_pool pool;
|
||||
if (argc == 1) {
|
||||
tuscany::python::evalDriverRun(tuscany::cin, tuscany::cout, pool);
|
||||
tuscany::python::evalDriverRun(tuscany::cin, tuscany::cout);
|
||||
return 0;
|
||||
}
|
||||
tuscany::python::evalDriverRun(argv[1], tuscany::cin, tuscany::cout, pool);
|
||||
tuscany::python::evalDriverRun(argv[1], tuscany::cin, tuscany::cout);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue