diff options
author | Elliott Hughes <enh@google.com> | 2014-02-01 00:52:06 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-01 00:52:06 +0000 |
commit | 19750a2c3088e19e37a2f4ad64ec93d91b3d7196 (patch) | |
tree | 15d1fb4db018d5cb173119156a536f7e0fbf68b6 /include | |
parent | 936fa72620b120fd982e3fb265cf171b09c447ad (diff) | |
parent | f1935b6d933861d6194bf056a844ec0f11765c38 (diff) | |
download | system_core-19750a2c3088e19e37a2f4ad64ec93d91b3d7196.zip system_core-19750a2c3088e19e37a2f4ad64ec93d91b3d7196.tar.gz system_core-19750a2c3088e19e37a2f4ad64ec93d91b3d7196.tar.bz2 |
am f1935b6d: am 2e9dcd21: am 1bc6169f: Merge "Remove dead code that looked like part of debuggerd."
* commit 'f1935b6d933861d6194bf056a844ec0f11765c38':
Remove dead code that looked like part of debuggerd.
Diffstat (limited to 'include')
-rw-r--r-- | include/cutils/misc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/cutils/misc.h b/include/cutils/misc.h index 2c48dfa..0de505f 100644 --- a/include/cutils/misc.h +++ b/include/cutils/misc.h @@ -28,13 +28,6 @@ extern "C" { */ extern void *load_file(const char *fn, unsigned *sz); - /* Connects your process to the system debugger daemon - * so that on a crash it may be logged or interactively - * debugged (depending on system settings). - */ -extern void debuggerd_connect(void); - - /* This is the range of UIDs (and GIDs) that are reserved * for assigning to applications. */ |