diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fdtrack_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fdtrack_test.cpp b/tests/fdtrack_test.cpp index fe9a61c44..95758bf2a 100644 --- a/tests/fdtrack_test.cpp +++ b/tests/fdtrack_test.cpp @@ -62,7 +62,6 @@ std::vector<android_fdtrack_event> FdtrackRun(void (*func)()) { android_fdtrack_hook_t previous = nullptr; android_fdtrack_hook_t hook = [](android_fdtrack_event* event) { - raise(BIONIC_SIGNAL_DEBUGGER); events.push_back(*event); }; |