Skip to content

Commit cccb554

Browse files
authored
[lldb] Remove unused posix_openpt function definition for Android (#124257)
This was for the wrapper function that was in source/Host/android/LibcGlue.cpp. Android added support 10+ years ago.
1 parent 7842374 commit cccb554

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/Host/common/PseudoTerminal.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
#include <Availability.h>
2828
#endif
2929

30-
#if defined(__ANDROID__)
31-
int posix_openpt(int flags);
32-
#endif
33-
3430
using namespace lldb_private;
3531

3632
// PseudoTerminal constructor

0 commit comments

Comments
 (0)