summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2010-05-06 17:31:48 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-05-06 17:31:48 -0700
commit8a8658a5de261c2da72d431940877bd054bc9837 (patch)
tree2e86f445e23eb89049d528a29f4d313fae922e59 /include
parent08e1b94c5c06dc27ad11393bc66c81c2ebc5ad27 (diff)
parent08b3d2e5ef01a5114424a871934dd9fc153352c0 (diff)
downloadframeworks_base-8a8658a5de261c2da72d431940877bd054bc9837.zip
frameworks_base-8a8658a5de261c2da72d431940877bd054bc9837.tar.gz
frameworks_base-8a8658a5de261c2da72d431940877bd054bc9837.tar.bz2
Merge "Make static versions of libutils and libbinder." into froyo
Diffstat (limited to 'include')
-rw-r--r--include/binder/Binder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/Binder.h b/include/binder/Binder.h
index 47b2bb9..ba3ac4b 100644
--- a/include/binder/Binder.h
+++ b/include/binder/Binder.h
@@ -71,7 +71,6 @@ private:
Extras* mExtras;
void* mReserved0;
- static String16 sEmptyDescriptor;
};
// ---------------------------------------------------------------------------