remove vector::pop_ret

master
Daniel Kolesa 2015-05-19 01:21:23 +01:00
parent 70f309df7a
commit 704066954a
1 changed files with 0 additions and 4 deletions

View File

@ -237,10 +237,6 @@ namespace octa {
}
}
T &pop_ret() noexcept {
return p_buf[--p_len];
}
T &first() noexcept { return p_buf[0]; }
const T &first() const noexcept { return p_buf[0]; };