mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
Removed unreachable code
This commit is contained in:
parent
0f67ed23c5
commit
cd1fcdc96b
@ -102,11 +102,6 @@ private:
|
|||||||
tcp::socket _socket;
|
tcp::socket _socket;
|
||||||
};
|
};
|
||||||
|
|
||||||
void emergencyCB()
|
|
||||||
{
|
|
||||||
cout << "EMERGENCY!" << endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
int retval = -1;
|
int retval = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user