Skip to content

Commit 85dc2c7

Browse files
authored
docs: remove dirname.c from THIRDPARTY file (#56413)
- `dirname.c` was removed by c2cec7a
1 parent 7635190 commit 85dc2c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

THIRDPARTY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ for exceptions.
66
- [crc32c.c](https://stackoverflow.com/questions/17645167/implementing-sse-4-2s-crc32c-in-software) (CRC-32c checksum code by Mark Adler) [[ZLib](https://opensource.org/licenses/Zlib)].
77
- [LDC](https://github.com/ldc-developers/ldc/blob/master/LICENSE) (for ccall/cfunction ABI definitions) [BSD-3]. The portion of code that Julia uses from LDC is [BSD-3] licensed.
88
- [LLVM](https://releases.llvm.org/3.9.0/LICENSE.TXT) (for parts of src/disasm.cpp) [UIUC]
9-
- [MINGW](https://sourceforge.net/p/mingw/mingw-org-wsl/ci/legacy/tree/mingwrt/mingwex/dirname.c) (for dirname implementation on Windows) [MIT]
109
- [NetBSD](https://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]
1110
- [Python](https://docs.python.org/3/license.html) (for strtod implementation on Windows) [PSF]
1211
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp) [BSD-3]

0 commit comments

Comments
 (0)