Revert a hunk from 9634064cfa1b9bf7b7
authorReid Kleckner <rnk@google.com>
Wed, 13 Nov 2019 23:40:22 +0000 (15:40 -0800)
committerReid Kleckner <rnk@google.com>
Wed, 13 Nov 2019 23:43:54 +0000 (15:43 -0800)
commitbfe663ce22db6697459510ae5c139da2197df56c
tree52e4f5b05842cd39879c51657efe88d3c0130cac
parent33c3e0b96c14e5986fec778625c1e2a37b452956
Revert a hunk from 9634064cfa1b9bf7b7

This causes errors when building LLDB because the Windows implementation
doesn't implement this method:

C:\src\llvm-project\lldb\source\Plugins\ScriptInterpreter\Python\ScriptInterpreterPython.cpp(915,19): error: allocating an object of abstract class type 'lldb_private::ConnectionGenericFile'
              new ConnectionGenericFile(read_file, true));
                  ^
C:\src\llvm-project\lldb\include\lldb/Utility/Connection.h(174,28): note: unimplemented pure virtual method 'GetReadObject' in 'ConnectionGenericFile'
  virtual lldb::IOObjectSP GetReadObject() = 0;
                           ^
lldb/include/lldb/Utility/Connection.h