[mlir][doc] Remove outdated section about a deprecated OpBuilder use

This syntax has been removed two years ago in 2f5569f6f6 yet the doc still had a section marking them as deprecated
This commit is contained in:
Markus Böck 2023-02-07 17:04:28 +01:00
parent fe55e42eff
commit 9b15faebb9

View File

@ -557,12 +557,6 @@ MyOp::build(::mlir::OpBuilder &builder, ::mlir::OperationState &state,
}
```
**Deprecated:** `OpBuilder` class allows one to specify the custom builder
signature as a raw string, without separating parameters into different `dag`
arguments. It also supports leading parameters of `OpBuilder &` and
`OperationState &` types, which will be used instead of the autogenerated ones
if present.
### Custom parser and printer methods
Functions to parse and print the operation's custom assembly form.