[all-commits] [llvm/llvm-project] efad56: Remove unused variables, as suggested by @mcgov.
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Mon Nov 4 12:10:07 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: efad56b2be9b9f7d5b62d1f06541192fa6b537ee
https://github.com/llvm/llvm-project/commit/efad56b2be9b9f7d5b62d1f06541192fa6b537ee
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M compiler-rt/lib/asan/asan_malloc_win.cpp
Log Message:
-----------
Remove unused variables, as suggested by @mcgov.
Fixes warning: unused variable 'XXX' [-Wunused-const-variable]
More information about the All-commits
mailing list