summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIUtilSystemLinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilSystemLinux.h')
-rw-r--r--lldb/tools/lldb-mi/MIUtilSystemLinux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilSystemLinux.h b/lldb/tools/lldb-mi/MIUtilSystemLinux.h
index fd7f794cd78..da8117da4b3 100644
--- a/lldb/tools/lldb-mi/MIUtilSystemLinux.h
+++ b/lldb/tools/lldb-mi/MIUtilSystemLinux.h
@@ -24,17 +24,17 @@ class CMIUtilSystemLinux
{
// Methods:
public:
- /* ctor */ CMIUtilSystemLinux(void);
+ /* ctor */ CMIUtilSystemLinux();
bool GetOSErrorMsg(const MIint vError, CMIUtilString &vrwErrorMsg) const;
- CMIUtilString GetOSLastError(void) const;
+ CMIUtilString GetOSLastError() const;
bool GetExecutablesPath(CMIUtilString &vrwFileNamePath) const;
bool GetLogFilesPath(CMIUtilString &vrwFileNamePath) const;
// Overrideable:
public:
// From CMICmnBase
- /* dtor */ virtual ~CMIUtilSystemLinux(void);
+ /* dtor */ virtual ~CMIUtilSystemLinux();
};
typedef CMIUtilSystemLinux CMIUtilSystem;
OpenPOWER on IntegriCloud