aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-09 19:05:28 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-09 19:05:28 -0700
commit9feb54e9c7ab116ba566086a76604338f86e3bc3 (patch)
treefb8f2aeaef74db92f02377d6e1045f5237b694a7 /src/CMakeLists.txt
parent052dad14137e60c24e6bf6e4551d7009bdeb19e9 (diff)
downloadnng-9feb54e9c7ab116ba566086a76604338f86e3bc3.tar.gz
nng-9feb54e9c7ab116ba566086a76604338f86e3bc3.tar.bz2
nng-9feb54e9c7ab116ba566086a76604338f86e3bc3.zip
fixes #47 compat_reqttls fails sometimes
fixes #23 Restore the old idhash logic for sockets
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 31abc042..ad6c025e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -53,8 +53,6 @@ set (NNG_SOURCES
core/msgqueue.c
core/msgqueue.h
core/nng_impl.h
- core/objhash.c
- core/objhash.h
core/options.c
core/options.h
core/panic.c