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

Commit b0981d92 authored by Yi Kong's avatar Yi Kong
Browse files

idmap2: Remove redundant "using" statements

They are already under the same namespace.

Test: presubmit
Bug: 219872355
Change-Id: Ie09d529bc9d9f690feb5dba16fe174b89a14ee08
parent 5a700f75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ cc_defaults {
        "-modernize-pass-by-value",
        "-modernize-replace-disallow-copy-and-assign-macro",
        "-modernize-return-braced-init-list",
        "-modernize-use-default-member-init",
        "-modernize-use-equals-default",
        "-modernize-use-nodiscard",
        "-modernize-use-override",
+0 −2
Original line number Diff line number Diff line
@@ -39,11 +39,9 @@
#include "idmap2/Result.h"
#include "idmap2/SysTrace.h"

using android::IPCThreadState;
using android::base::StringPrintf;
using android::binder::Status;
using android::idmap2::BinaryStreamVisitor;
using android::idmap2::FabricatedOverlay;
using android::idmap2::FabricatedOverlayContainer;
using android::idmap2::Idmap;
using android::idmap2::IdmapHeader;