Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 841e4574 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Remove unused using statement / host stub"

am: 86dade8f

Change-Id: I85a7c6dd4485fc0e6885e4c2b93f2908474cbda0
parents ec0dd9b7 86dade8f
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -35,11 +35,6 @@ namespace base {


std::string GetProperty(const std::string& key, const std::string& default_value);
std::string GetProperty(const std::string& key, const std::string& default_value);
bool GetBoolProperty(const std::string& key, bool default_value);
bool GetBoolProperty(const std::string& key, bool default_value);
template <typename T>
T GetIntProperty(const std::string&, T default_value, T = std::numeric_limits<T>::min(),
                 T = std::numeric_limits<T>::max()) {
    return default_value;
}


}  // namespace base
}  // namespace base
}  // namespace android
}  // namespace android
+0 −1
Original line number Original line Diff line number Diff line
@@ -65,7 +65,6 @@


using namespace std::literals;
using namespace std::literals;


using android::base::GetIntProperty;
using android::base::ReadFileToString;
using android::base::ReadFileToString;
using android::base::Split;
using android::base::Split;
using android::base::StartsWith;
using android::base::StartsWith;
+0 −3
Original line number Original line Diff line number Diff line
@@ -30,8 +30,6 @@
#include "util.h"
#include "util.h"


#if defined(__ANDROID__)
#if defined(__ANDROID__)
#include <android-base/properties.h>

#include "property_service.h"
#include "property_service.h"
#include "selinux.h"
#include "selinux.h"
#else
#else
@@ -39,7 +37,6 @@
#endif
#endif


using android::base::GetExecutablePath;
using android::base::GetExecutablePath;
using android::base::GetIntProperty;
using android::base::Join;
using android::base::Join;
using android::base::Socketpair;
using android::base::Socketpair;
using android::base::Split;
using android::base::Split;