Skip to content

Commit

Permalink
ccan: Remove bitmap code
Browse files Browse the repository at this point in the history
Removes ccan bitmap implementation, along with adjustments to the
ccan Makefile.

Signed-off-by: Maher Sanalla <msanalla@nvidia.com>
Reviewed-by: Avihai Horon <avihaih@nvidia.com>
Signed-off-by: Yishai Hadas <yishaih@nvidia.com>
  • Loading branch information
msanalla authored and Yishai Hadas committed Feb 28, 2022
1 parent f553607 commit c45290a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 366 deletions.
2 changes: 0 additions & 2 deletions ccan/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
publish_internal_headers(ccan
array_size.h
bitmap.h
build_assert.h
check_type.h
compiler.h
Expand All @@ -13,7 +12,6 @@ publish_internal_headers(ccan
)

set(C_FILES
bitmap.c
ilog.c
list.c
str.c
Expand Down
125 changes: 0 additions & 125 deletions ccan/bitmap.c

This file was deleted.

239 changes: 0 additions & 239 deletions ccan/bitmap.h

This file was deleted.

0 comments on commit c45290a

Please sign in to comment.