[pthreadpool] remove unused dependency (#17634)

* [pthreadpool] remove unused dependency

* [pthreadpool] update git-tree SHA
This commit is contained in:
Park DongHa 2021-05-04 02:49:43 +09:00 committed by GitHub
parent 2924119c1e
commit a454cf6e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,13 +1,10 @@
{
"name": "pthreadpool",
"version-date": "2020-04-10",
"port-version": 1,
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
"homepage": "https://github.com/Maratyszcza/pthreadpool",
"dependencies": [
"fxdiv",
{
"name": "pthreads",
"platform": "windows & uwp"
}
"fxdiv"
]
}

View File

@ -4958,7 +4958,7 @@
},
"pthreadpool": {
"baseline": "2020-04-10",
"port-version": 0
"port-version": 1
},
"pthreads": {
"baseline": "3.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "37e004fa65e21e9ffb647d6ff92cd834a46777cf",
"version-date": "2020-04-10",
"port-version": 1
},
{
"git-tree": "da641f8e198df6999638e7a2f0a95e3f143cb595",
"version-date": "2020-04-10",