From 42ef28b4f3b2f1af5508319b69352647d7e00985 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 1 Oct 2019 09:29:11 -0400 Subject: 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). --- Source/cm_sys_stat.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/cm_sys_stat.h b/Source/cm_sys_stat.h index eb874c7..9194286 100644 --- a/Source/cm_sys_stat.h +++ b/Source/cm_sys_stat.h @@ -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 // include sys/stat.h after sys/types.h #include // IWYU pragma: export -- cgit v0.12