mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Remove an unused method on Program.
I'm simplifying this interface as much as I can before merging it with the new process interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171334 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -100,17 +100,6 @@ namespace sys {
|
||||
///< is non-empty upon return an error occurred while waiting.
|
||||
);
|
||||
|
||||
/// This function terminates the program.
|
||||
/// @returns true if an error occurred.
|
||||
/// @see Execute
|
||||
/// @brief Terminates the program.
|
||||
bool Kill
|
||||
( std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
|
||||
///< instance in which error messages will be returned. If the string
|
||||
///< is non-empty upon return an error occurred while killing the
|
||||
///< program.
|
||||
);
|
||||
|
||||
/// This static constructor (factory) will attempt to locate a program in
|
||||
/// the operating system's file system using some pre-determined set of
|
||||
/// locations to search (e.g. the PATH on Unix). Paths with slashes are
|
||||
|
Reference in New Issue
Block a user