Remove unused uid_t/gid_t types on Windows

These were added and used by commit 5299141320 (CPackDeb: Enable the DEB
generator on Windows, 2017-06-17, v3.10.0-rc1~445^2) but have not been
used since commit df556e65f2 (cmCPackDebGenerator: Use libarchive to
create .deb file, 2017-08-24, v3.10.0-rc1~220^2).
This commit is contained in:
Brad King
2019-10-01 09:29:11 -04:00
parent 62d65286e7
commit 42ef28b4f3

View File

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