Index: util/win/process_info.h |
diff --git a/util/win/process_info.h b/util/win/process_info.h |
index ca1935bb5db9924134fac78980aeb759af813635..49a6f3549b06cbdcca6e4e56518455eb87e04fa2 100644 |
--- a/util/win/process_info.h |
+++ b/util/win/process_info.h |
@@ -58,9 +58,6 @@ class ProcessInfo { |
std::wstring type_name; |
//! \brief The handle's value. |
- //! |
- //! See https://msdn.microsoft.com/en-us/library/windows/desktop/aa384203 on |
- //! 32 bits being the correct size for `HANDLE`s, even on Windows x64. |
uint32_t handle; |
//! \brief The attributes for the handle, e.g. `OBJ_INHERIT`, |