From 002e1e58dfe19dd3e49a59c6827cbf51573941a2 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 6 May 2013 20:20:50 -0700 Subject: libutils clean-up Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386 --- libs/utils/RefBase.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libs/utils/RefBase.cpp') diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp index e538f6868c..f398a82cef 100644 --- a/libs/utils/RefBase.cpp +++ b/libs/utils/RefBase.cpp @@ -23,7 +23,6 @@ #include #include #include -#include #include #include @@ -648,19 +647,4 @@ void RefBase::renameRefId(RefBase* ref, ref->mRefs->renameWeakRefId(old_id, new_id); } -// --------------------------------------------------------------------------- - -TextOutput& printStrongPointer(TextOutput& to, const void* val) -{ - to << "sp<>(" << val << ")"; - return to; -} - -TextOutput& printWeakPointer(TextOutput& to, const void* val) -{ - to << "wp<>(" << val << ")"; - return to; -} - - }; // namespace android -- cgit v1.2.3-59-g8ed1b