mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Remove unused uid_t/gid_t types on Windows
These were added and used by commit5299141320(CPackDeb: Enable the DEB generator on Windows, 2017-06-17, v3.10.0-rc1~445^2) but have not been used since commitdf556e65f2(cmCPackDebGenerator: Use libarchive to create .deb file, 2017-08-24, v3.10.0-rc1~220^2).
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
using mode_t = unsigned short;
|
||||
#endif
|
||||
|
||||
#if defined(WIN32)
|
||||
using uid_t = unsigned short;
|
||||
using gid_t = unsigned short;
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
// include sys/stat.h after sys/types.h
|
||||
#include <sys/stat.h> // IWYU pragma: export
|
||||
|
||||
Reference in New Issue
Block a user