diff options
Diffstat (limited to 'llvm/include/llvm/Support/BinaryStreamReader.h')
| -rw-r--r-- | llvm/include/llvm/Support/BinaryStreamReader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/BinaryStreamReader.h b/llvm/include/llvm/Support/BinaryStreamReader.h index 77738077f5f..ef153e24452 100644 --- a/llvm/include/llvm/Support/BinaryStreamReader.h +++ b/llvm/include/llvm/Support/BinaryStreamReader.h @@ -31,7 +31,6 @@ namespace llvm { /// are overridable. class BinaryStreamReader { public: - BinaryStreamReader() = default; explicit BinaryStreamReader(BinaryStreamRef Stream); virtual ~BinaryStreamReader() {} @@ -244,9 +243,6 @@ public: /// \returns the next byte in the stream. uint8_t peek() const; - std::pair<BinaryStreamReader, BinaryStreamReader> - split(uint32_t Offset) const; - private: BinaryStreamRef Stream; uint32_t Offset; |

