aboutsummaryrefslogtreecommitdiffstats
path: root/src/adapt/nstack_epoll_comm.c
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:36:34 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:53:35 +0800
commit3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 (patch)
treeffd702b15322b978936cd19e5a4c4e40b78c46ca /src/adapt/nstack_epoll_comm.c
parent415f9ac8797c22c45364c38bb0dcfc1f5c202bf7 (diff)
Clean up the src and update the doc
Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'src/adapt/nstack_epoll_comm.c')
-rw-r--r--src/adapt/nstack_epoll_comm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/adapt/nstack_epoll_comm.c b/src/adapt/nstack_epoll_comm.c
index 1f3fd02..0eb0b82 100644
--- a/src/adapt/nstack_epoll_comm.c
+++ b/src/adapt/nstack_epoll_comm.c
@@ -143,7 +143,6 @@ nsep_initEpInfo (nsep_epollInfo_t * info)
NSTACK_STATIC void
nsep_destroy_epinfo (nsep_epollInfo_t * info)
{
- // TODO: Here we need to free the semaphore
return;
}