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