[llvm] [BOLT] Tidy up code (PR #92927)
Heewon Cho via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 09:10:08 PDT 2024
================
@@ -36,7 +36,6 @@ static void getKernelVersion(uint32_t *Val) {
// release should be in the format: %d.%d.%d
// major, minor, release
struct UtsNameTy UtsName;
- int Ret = __uname(&UtsName);
----------------
Pribess wrote:
I just updated it. Could you re-review it please?
https://github.com/llvm/llvm-project/pull/92927
More information about the llvm-commits
mailing list