aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/File.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/File.h')
-rw-r--r--include/lldb/Host/File.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/lldb/Host/File.h b/include/lldb/Host/File.h
index be6c93161..612266f0a 100644
--- a/include/lldb/Host/File.h
+++ b/include/lldb/Host/File.h
@@ -125,12 +125,8 @@ public:
WaitableHandle GetWaitableHandle() override;
- void SetDescriptor(int fd, uint32_t options, bool transfer_ownership);
-
FILE *GetStream();
- void SetStream(FILE *fh, bool transfer_ownership);
-
/// Read bytes from a file from the current file position.
///
/// NOTE: This function is NOT thread safe. Use the read function