mirror of
https://github.com/swiftlang/swift-cmark.git
synced 2026-01-18 17:31:20 +01:00
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.
This commit is contained in:
@@ -84,7 +84,6 @@ install(FILES
|
||||
include/inlines.h
|
||||
include/iterator.h
|
||||
include/map.h
|
||||
include/mutex.h
|
||||
include/node.h
|
||||
include/parser.h
|
||||
include/plugin.h
|
||||
|
||||
@@ -11,7 +11,6 @@ module cmark_gfm {
|
||||
header "inlines.h"
|
||||
header "iterator.h"
|
||||
header "map.h"
|
||||
header "mutex.h"
|
||||
header "node.h"
|
||||
header "parser.h"
|
||||
header "plugin.h"
|
||||
|
||||
Reference in New Issue
Block a user