1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-27 16:24:46 +02:00

Removed unreachable code

This commit is contained in:
Ralf Ramsauer 2015-09-21 23:03:22 +02:00
parent 0f67ed23c5
commit cd1fcdc96b

View File

@ -102,11 +102,6 @@ private:
tcp::socket _socket;
};
void emergencyCB()
{
cout << "EMERGENCY!" << endl;
}
int main(int argc, char** argv)
{
int retval = -1;