diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:25:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:25:18 -0400 |
commit | eee86e627b670b153bb5a0f41f9f8dfa4c378884 (patch) | |
tree | 0dd2a6db0e84f148d5d5614c336d56742d321c80 /src/common/include.am | |
parent | 9cf335c9a5fe6767e90cc5cfdc1f5c95465edb10 (diff) | |
download | tor-eee86e627b670b153bb5a0f41f9f8dfa4c378884.tar.gz tor-eee86e627b670b153bb5a0f41f9f8dfa4c378884.zip |
Extract memarea into its own library
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am index 9ed5b30d3a..a2d29be5b5 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -29,7 +29,6 @@ LIBOR_A_SRC = \ src/common/compat.c \ src/common/compat_time.c \ src/common/conffile.c \ - src/common/memarea.c \ src/common/util.c \ src/common/util_process.c \ src/common/storagedir.c \ @@ -71,7 +70,6 @@ COMMONHEADERS = \ src/common/compat_time.h \ src/common/conffile.h \ src/common/handles.h \ - src/common/memarea.h \ src/common/procmon.h \ src/common/storagedir.h \ src/common/timers.h \ |