summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/include/valarray1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/valarray b/libcxx/include/valarray
index d4dbb9b7468..72e9cae296a 100644
--- a/libcxx/include/valarray
+++ b/libcxx/include/valarray
@@ -1010,7 +1010,6 @@ public:
valarray apply(value_type __f(value_type)) const;
_LIBCPP_INLINE_VISIBILITY
valarray apply(value_type __f(const value_type&)) const;
- _LIBCPP_INLINE_VISIBILITY
void resize(size_t __n, value_type __x = value_type());
private:
OpenPOWER on IntegriCloud