diff options
author | Sander Vrijders <[email protected]> | 2017-03-03 14:40:29 +0100 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2017-03-03 14:40:29 +0100 |
commit | e2616e184f023da7ce535efb5a676715283c092c (patch) | |
tree | 2a36110cedcaf53933c455a7be00b3f515fcbd82 /src/ipcpd/normal/CMakeLists.txt | |
parent | b1b59cc4642faa99514f2288ba1bb5324a79850f (diff) | |
download | ouroboros-e2616e184f023da7ce535efb5a676715283c092c.tar.gz ouroboros-e2616e184f023da7ce535efb5a676715283c092c.zip |
ipcpd: normal: Deprecate CDAP flow
This removes the CDAP flow class, which is no longer needed.
Diffstat (limited to 'src/ipcpd/normal/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/normal/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt index 772d5212..6319c3ef 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -19,7 +19,6 @@ protobuf_generate_c(FLOW_ALLOC_SRCS FLOW_ALLOC_HDRS flow_alloc.proto) set(SOURCE_FILES # Add source files here addr_auth.c - cdap_flow.c connmgr.c dir.c enroll.c |