- Mini commit: disabled a redundant line in test-python-loader
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@851 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
1be6a9ca58
commit
b1327341af
|
@ -92,7 +92,9 @@ main(int argc, char** argv)
|
|||
// FIXME : Maybe activating a policy only to configure it is an overkill?
|
||||
// Who gives a fuck about it?
|
||||
pgk.activate_policy(&his, pol);
|
||||
pol->configure();
|
||||
|
||||
//already done by activate_policy
|
||||
//pol->configure();
|
||||
}
|
||||
catch (UserInterruptException e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue