Skip to content

Commit c92d3ce

Browse files
committed
[libc++][NFC] Remove unused __nat from unique_ptr
1 parent 6b65d79 commit c92d3ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/include/__memory/unique_ptr.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ class _LIBCPP_UNIQUE_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS unique_ptr {
132132
private:
133133
__compressed_pair<pointer, deleter_type> __ptr_;
134134

135-
struct __nat {
136-
int __for_bool_;
137-
};
138-
139135
typedef _LIBCPP_NODEBUG __unique_ptr_deleter_sfinae<_Dp> _DeleterSFINAE;
140136

141137
template <bool _Dummy>

0 commit comments

Comments
 (0)