diff --git a/api/scoped_refptr.h b/api/scoped_refptr.h index c6fb5605ca..e3274741cc 100644 --- a/api/scoped_refptr.h +++ b/api/scoped_refptr.h @@ -73,7 +73,6 @@ namespace webrtc { template class ABSL_NULLABILITY_COMPATIBLE scoped_refptr { public: - using absl_nullability_compatible = void; using element_type = T; scoped_refptr() : ptr_(nullptr) {}