Skip to content

Commit e049736

Browse files
committed
remove mutex.h from the distribution
This header is an internal header and should not be exposed to the user. This fully internalises the concept of thread safety to the build.
1 parent aef4761 commit e049736

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ install(FILES
8484
include/inlines.h
8585
include/iterator.h
8686
include/map.h
87-
include/mutex.h
8887
include/node.h
8988
include/parser.h
9089
include/plugin.h

src/include/module.modulemap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module cmark_gfm {
1111
header "inlines.h"
1212
header "iterator.h"
1313
header "map.h"
14-
header "mutex.h"
1514
header "node.h"
1615
header "parser.h"
1716
header "plugin.h"

0 commit comments

Comments
 (0)