diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-21 09:20:39 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-21 09:20:39 +0100 |
commit | 0e125234a3373ed0145d3a624e244f2c2c6f63ac (patch) | |
tree | 5e0e93dab65bf62930b1c454903158b4efeba156 /drivers/unix/os_unix.h | |
parent | 473656ef01e872a92844a50d01d6a7ede3dcc599 (diff) | |
parent | 3d8a942a56e1de32e23cd02eada3899c4d6d1033 (diff) |
Merge pull request #70389 from bruvzg/unicode_stdio
Fix reading Unicode from stdio.
Diffstat (limited to 'drivers/unix/os_unix.h')
-rw-r--r-- | drivers/unix/os_unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index ce06a52a95..68d2dd0042 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -46,8 +46,6 @@ protected: virtual void finalize_core() override; - String stdin_buf; - public: OS_Unix(); |