aboutsummaryrefslogtreecommitdiff
path: root/gcc/sbitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sbitmap.h')
-rw-r--r--gcc/sbitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h
index 89a86e4..17660e5 100644
--- a/gcc/sbitmap.h
+++ b/gcc/sbitmap.h
@@ -301,10 +301,8 @@ private:
/* Prevent making a copy that refers to our sbitmap. */
auto_sbitmap (const auto_sbitmap &);
auto_sbitmap &operator = (const auto_sbitmap &);
-#if __cplusplus >= 201103L
auto_sbitmap (auto_sbitmap &&);
auto_sbitmap &operator = (auto_sbitmap &&);
-#endif
/* The bitmap we are managing. */
sbitmap m_bitmap;