Fix unused variable warning
This commit is contained in:
parent
874f103b8d
commit
683f1dd7bf
1 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ void simple_task()
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( cancel_scheduled_task )
|
BOOST_AUTO_TEST_CASE( cancel_scheduled_task )
|
||||||
{
|
{
|
||||||
bool task_executed = false;
|
//bool task_executed = false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
simple_task();
|
simple_task();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue