mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
removed useless code
This commit is contained in:
parent
320fa9c445
commit
ef19714077
@ -32,14 +32,6 @@ using Poco::Net::NetworkInterface;
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
||||
if (argc != 1)
|
||||
{
|
||||
Path p(argv[0]);
|
||||
std::cerr << "usage: " << p.getBaseName() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
const NetworkInterface::Map map = NetworkInterface::map();
|
||||
|
Loading…
x
Reference in New Issue
Block a user