diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 12:12:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:14:14 -0400 |
commit | d2f4a716e8cc9aaa53b36d4e853769103ea35084 (patch) | |
tree | ced3417da8ba648521af91d45412b2ecde1e1dc9 /src/common/include.am | |
parent | 209a2851663c62474b7b719d03fcca378201c0f9 (diff) | |
download | tor-d2f4a716e8cc9aaa53b36d4e853769103ea35084.tar.gz tor-d2f4a716e8cc9aaa53b36d4e853769103ea35084.zip |
Remove unused pubsub module.
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 5ed4b3c6dd..0119b5cf1b 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -68,7 +68,6 @@ LIBOR_A_SRC = \ src/common/container.c \ src/common/log.c \ src/common/memarea.c \ - src/common/pubsub.c \ src/common/util.c \ src/common/util_bug.c \ src/common/util_format.c \ @@ -161,7 +160,6 @@ COMMONHEADERS = \ src/common/memarea.h \ src/common/linux_syscalls.inc \ src/common/procmon.h \ - src/common/pubsub.h \ src/common/sandbox.h \ src/common/storagedir.h \ src/common/testsupport.h \ |