File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,6 @@ class RootSignature {
187187 llvm::iterator_range<param_header_iterator> param_header () const {
188188 return llvm::make_range (ParametersHeaders.begin (), ParametersHeaders.end ());
189189 }
190- param_header_iterator param_header_begin () {
191- return ParametersHeaders.begin ();
192- }
193- param_header_iterator param_header_end () { return ParametersHeaders.end (); }
194190 uint32_t getFlags () const { return Flags; }
195191
196192 llvm::Expected<RootParameterView>
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ static Error parseFailed(const Twine &Msg) {
2020 return make_error<GenericBinaryError>(Msg.str (), object_error::parse_failed);
2121}
2222
23- static Error validationFailed (const Twine &Msg) {
24- return make_error<StringError>(Msg.str (), inconvertibleErrorCode ());
25- }
26-
2723template <typename T>
2824static Error readStruct (StringRef Buffer, const char *Src, T &Struct) {
2925 // Don't read before the beginning or past the end of the file
You can’t perform that action at this time.
0 commit comments