Remove ARC boilerplate in /rlz
ARC is now enabled by default, so there’s no need to enforce it against files being put into non-ARC targets. Bug: 1468376 Change-Id: Ia62a8fc956f5d32c28e5ce115bfb1e40281906d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4742924 Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1179241}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
71f64d72a7
commit
24c7d3d613
rlz/mac/lib
@ -12,10 +12,6 @@
|
||||
#include "base/compiler_specific.h"
|
||||
#include "rlz/lib/rlz_value_store.h"
|
||||
|
||||
#if !defined(__has_feature) || !__has_feature(objc_arc)
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
namespace rlz_lib {
|
||||
|
||||
// An implementation of RlzValueStore for mac. It stores information in a
|
||||
|
@ -18,10 +18,6 @@
|
||||
#include "rlz/lib/recursive_cross_process_lock_posix.h"
|
||||
#include "rlz/lib/supplementary_branding.h"
|
||||
|
||||
#if !defined(__has_feature) || !__has_feature(objc_arc)
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
using base::mac::ObjCCast;
|
||||
|
||||
namespace rlz_lib {
|
||||
|
Reference in New Issue
Block a user