Skip to content

Commit

Permalink
Cleanup whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 8, 2023
1 parent ad0f0e5 commit 6e39739
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ This creates `zeroc.ice.v100\zeroc.ice.v100.nupkg`,
`zeroc.ice.v141\zeroc.ice.v141.nupkg` or `zeroc.ice.v142\zeroc.ice.v142.nupkg`
depending on the compiler you are using.


## Cleaning the source build on AIX, Linux or macOS

Running `make clean` will remove the binaries created for the default
Expand Down
1 change: 0 additions & 1 deletion cpp/src/Ice/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,6 @@ IceInternal::doBind(SOCKET fd, const Address& addr, const string&)
return local;
}


Address
IceInternal::getNumericAddress(const std::string& address)
{
Expand Down
1 change: 0 additions & 1 deletion cpp/src/Ice/ThreadPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ IceInternal::ThreadPool::ThreadPool(const InstancePtr& instance, const string& p
}
#endif


//
// We use just one thread as the default. This is the fastest
// possible setting, still allows one level of nesting, and
Expand Down
1 change: 0 additions & 1 deletion php/test/Ice/createProperties/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function run($args)
test($properties->getProperty("Ice.Trace.Network"), "3");
echo "ok\n";


echo "testing create properties with defaults... ";
$defaults = call_user_func(
$NS ? "\\Ice\\createProperties" : "Ice_createProperties",
Expand Down

0 comments on commit 6e39739

Please sign in to comment.