Remove debug code
This commit is contained in:
parent
25542e7f90
commit
4d366f483e
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ TDEventDispatcher::TDEventDispatcher(int id, void *func, void *context)
|
||||||
}
|
}
|
||||||
|
|
||||||
TDEventDispatcher::~TDEventDispatcher() {
|
TDEventDispatcher::~TDEventDispatcher() {
|
||||||
printf("Stopping dispatcher\n");
|
|
||||||
d->stopEvent->signal();
|
d->stopEvent->signal();
|
||||||
this->wait();
|
this->wait();
|
||||||
delete d;
|
delete d;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue