ext/facter/leatherman/windows/inc/leatherman/windows/wmi.hpp in facter-3.11.6.cfacter.20181031 vs ext/facter/leatherman/windows/inc/leatherman/windows/wmi.hpp in facter-3.12.0.cfacter.20180918

- old
+ new

@@ -42,14 +42,9 @@ * Identifier for the WMI class Win32_ComputerSystemProduct */ constexpr static char const* computersystemproduct = "Win32_ComputerSystemProduct"; /** - * Identifier for the WMI property UUID - */ - constexpr static char const* uuid = "UUID"; - - /** * Identifier for the WMI class Win32_OperatingSystem */ constexpr static char const* operatingsystem = "Win32_OperatingSystem"; /**