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:
Saleem Abdulrasool
2024-01-05 09:11:27 -08:00
parent aef4761a78
commit e049736252
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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"