summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/lib/Sema/Sema.cpp
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-05-29 13:24:17 +0000
committerkib <kib@FreeBSD.org>2015-05-29 13:24:17 +0000
commite2f56205b5cb974ce90bb8e1753845d84f4401cf (patch)
treec8c8cba4f0c624f3f4b5849c24f18e203d98409e /contrib/llvm/tools/clang/lib/Sema/Sema.cpp
parenta1e13e9e590c569e31b8bf4ccd7679b392a2d815 (diff)
downloadFreeBSD-src-e2f56205b5cb974ce90bb8e1753845d84f4401cf.zip
FreeBSD-src-e2f56205b5cb974ce90bb8e1753845d84f4401cf.tar.gz
Remove several write-only variables, all reported by the gcc 4.9
buildkernel run. Some of them were write-only under some kernel options, e.g. variables keeping values only used by CTR() macros. It costs nothing to the code readability and correctness to eliminate the warnings in those cases too by removing the local cached values used only for single-access. Review: https://reviews.freebsd.org/D2665 Reviewed by: rodrigc Looked at by: bjk Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Sema/Sema.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud