[NFC][libc++] Removes incorrect sliceExpr friend.
authorMark de Wever <koraq@xs4all.nl>
Sat, 15 Apr 2023 15:01:38 +0000 (17:01 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sat, 15 Apr 2023 15:01:38 +0000 (17:01 +0200)
commit2d7bb01840067d2b9f6b02bd633ca914d513544b
treef8f892b95706fa1a4368a974d56fa0a62eb5b9f4
parente13c43b229527234ec99f7f03aff3e1560c259c8
[NFC][libc++] Removes incorrect sliceExpr friend.

There is no type named sliceExpr, so it's likely a misspelling of
either slice_array or __slice_expr. Neither of which appear to
need the friend declaration.

This may indicate a unimplemented bit of `<valarray`, but ¯\_(ツ)_/¯
Nobody uses it anyway.

(Commit message provided by @EricWF.)

This reverts commit e13c43b229527234ec99f7f03aff3e1560c259c8.
libcxx/include/valarray