libstdc++: remove gets

Removed from libc in r351659
This commit is contained in:
emaste 2019-09-01 16:41:24 +00:00
parent 878fd59d87
commit c994c3bed8

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;