diff options
author | Alexander Færøy <ahf@torproject.org> | 2018-11-26 05:34:30 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-17 16:39:28 -0500 |
commit | f7d13425fc738d7d56d5582b9be8510ac236c076 (patch) | |
tree | 55852691651993b2c1d12234e290dd0f2bbed516 /src/test/include.am | |
parent | 289ed0849d9b473cd0fbafada30c03638d73e541 (diff) | |
download | tor-f7d13425fc738d7d56d5582b9be8510ac236c076.tar.gz tor-f7d13425fc738d7d56d5582b9be8510ac236c076.zip |
Delete old process_handle_t code.
This patch removes the old process_handle_t code. Everything should by
now be using the process_t interface.
See: https://bugs.torproject.org/28179
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am index 9df2fd481d..e1f55e5d03 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -65,7 +65,6 @@ noinst_PROGRAMS+= \ src/test/test \ src/test/test-slow \ src/test/test-memwipe \ - src/test/test-child \ src/test/test-process \ src/test/test_workqueue \ src/test/test-switch-id \ @@ -204,7 +203,6 @@ src_test_test_slow_SOURCES += \ src/test/test_slow.c \ src/test/test_crypto_slow.c \ src/test/test_process_slow.c \ - src/test/test_util_slow.c \ src/test/testing_common.c \ src/test/testing_rsakeys.c \ src/ext/tinytest.c |