diff options
author | Elliott Hughes <enh@google.com> | 2014-01-31 10:36:33 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-01-31 10:37:18 -0800 |
commit | 6694d3e3d5b7ca2418bbca3007ad4b980f3a3602 (patch) | |
tree | 84f77153b049dca5c2118ced993e9de7a515fcd4 /include/cutils | |
parent | 51c4d4c431dbbabe6db1cea5bb21822c69b7546c (diff) | |
download | core-6694d3e3d5b7ca2418bbca3007ad4b980f3a3602.tar.gz core-6694d3e3d5b7ca2418bbca3007ad4b980f3a3602.tar.bz2 core-6694d3e3d5b7ca2418bbca3007ad4b980f3a3602.zip |
Remove dead code that looked like part of debuggerd.
Note that these were two different functions. The definition was unused,
and the declaration was undefined.
Change-Id: I2edd10a0ab9422cd5252bdb9ccdd726dc5fad531
Diffstat (limited to 'include/cutils')
-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 2c48dfa83..0de505f27 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. */ |