summaryrefslogtreecommitdiff
path: root/gcc/vec.h
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-30 13:17:12 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-30 13:17:12 +0000
commitac16bf39bd5ef7e5f87149a4ab713ef65377c80f (patch)
tree2ab2895b0dba9db025530b9b12c5cfa0eda7650d /gcc/vec.h
parentcc5982dcf6461bd1486a7cf5b18b02292e5e5c3e (diff)
downloadlinaro-gcc-ac16bf39bd5ef7e5f87149a4ab713ef65377c80f.tar.gz
linaro-gcc-ac16bf39bd5ef7e5f87149a4ab713ef65377c80f.tar.bz2
linaro-gcc-ac16bf39bd5ef7e5f87149a4ab713ef65377c80f.zip
* vec.h (safe_grow): Remove duplicated line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110395 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vec.h')
-rw-r--r--gcc/vec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/vec.h b/gcc/vec.h
index 09d0f0ac877..1f134528374 100644
--- a/gcc/vec.h
+++ b/gcc/vec.h
@@ -1012,7 +1012,6 @@ static inline void VEC_OP (T,A,safe_grow) \
VEC_OP (T,A,reserve) (vec_, (int)(*vec_ ? VEC_BASE(*vec_)->num : 0) - size_ \
VEC_CHECK_PASS PASS_MEM_STAT); \
VEC_BASE (*vec_)->num = size_; \
- VEC_BASE (*vec_)->num = size_; \
} \
\
static inline T *VEC_OP (T,A,safe_push) \
@@ -1096,7 +1095,6 @@ static inline void VEC_OP (T,A,safe_grow) \
VEC_OP (T,A,reserve) (vec_, (int)(*vec_ ? VEC_BASE(*vec_)->num : 0) - size_ \
VEC_CHECK_PASS PASS_MEM_STAT); \
VEC_BASE (*vec_)->num = size_; \
- VEC_BASE (*vec_)->num = size_; \
} \
\
static inline T *VEC_OP (T,A,safe_push) \