summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/lli/RemoteTarget.h')
-rw-r--r--llvm/tools/lli/RemoteTarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/lli/RemoteTarget.h b/llvm/tools/lli/RemoteTarget.h
index 44e649e6e14..9803589eccf 100644
--- a/llvm/tools/lli/RemoteTarget.h
+++ b/llvm/tools/lli/RemoteTarget.h
@@ -111,11 +111,6 @@ public:
RemoteTarget() : IsRunning(false), ErrorMsg("") {}
virtual ~RemoteTarget() { if (IsRunning) stop(); }
-
- // Create an instance of the system-specific remote target class.
- static RemoteTarget *createRemoteTarget();
- static RemoteTarget *createExternalRemoteTarget(std::string &ChildName);
- static bool hostSupportsExternalRemoteTarget();
private:
// Main processing function for the remote target process. Command messages
// are received on file descriptor CmdFD and responses come back on OutFD.
OpenPOWER on IntegriCloud