diff options
Diffstat (limited to 'lldb/tools/debugserver/source/StdStringExtractor.h')
-rw-r--r-- | lldb/tools/debugserver/source/StdStringExtractor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/tools/debugserver/source/StdStringExtractor.h b/lldb/tools/debugserver/source/StdStringExtractor.h index d3edfb2f461..2cad0f14b5f 100644 --- a/lldb/tools/debugserver/source/StdStringExtractor.h +++ b/lldb/tools/debugserver/source/StdStringExtractor.h @@ -21,12 +21,8 @@ public: // Constructors and Destructors StdStringExtractor(); StdStringExtractor(const char *packet_cstr); - StdStringExtractor(const StdStringExtractor &rhs); virtual ~StdStringExtractor(); - // Operators - const StdStringExtractor &operator=(const StdStringExtractor &rhs); - // Returns true if the file position is still valid for the data // contained in this string extractor object. bool IsGood() const { return m_index != UINT64_MAX; } |