netservices: remove all old conditional code

Change-Id: Idf3773c081ce103647c5dbea6e82c22bfc5606c9
This commit is contained in:
Niels Sascha Reedijk
2021-09-11 13:08:11 +01:00
parent a00a1da384
commit 70b63f18b3
40 changed files with 77 additions and 1685 deletions
@@ -11,11 +11,10 @@
#include <Url.h>
#ifndef LIBNETAPI_DEPRECATED
namespace BPrivate {
namespace Network {
#endif
// HTTP authentication method
enum BHttpAuthenticationMethod {
@@ -105,10 +104,10 @@ private:
mutable BLocker fLock;
};
#ifndef LIBNETAPI_DEPRECATED
} // namespace Network
} // namespace BPrivate
#endif
#endif // _B_HTTP_AUTHENTICATION_H_