libstdc++: remove gets

Removed from libc in r351659
This commit is contained in:
Ed Maste 2019-09-01 16:41:24 +00:00
parent 7381dcc9ee
commit da15a90df6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351660

View File

@ -74,7 +74,6 @@
#undef fwrite
#undef getc
#undef getchar
#undef gets
#undef perror
#undef printf
#undef putc
@ -121,7 +120,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
using ::fwrite;
using ::getc;
using ::getchar;
using ::gets;
using ::perror;
using ::printf;
using ::putc;