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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index df8db1113a..60635263ad 100644 --- a/.gitignore +++ b/.gitignore @@ -239,7 +239,6 @@ uptime-*.json /src/test/test /src/test/test-slow /src/test/test-bt-cl -/src/test/test-child /src/test/test-process /src/test/test-memwipe /src/test/test-ntor-cl @@ -250,7 +249,6 @@ uptime-*.json /src/test/test.exe /src/test/test-slow.exe /src/test/test-bt-cl.exe -/src/test/test-child.exe /src/test/test-process.exe /src/test/test-ntor-cl.exe /src/test/test-hs-ntor-cl.exe |