chore(library/io_state_stream): remove unused variable
This commit is contained in:
parent
628608ca7d
commit
ffacf70230
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ io_state_stream const & operator<<(io_state_stream const & out, endl_class) {
|
|||
}
|
||||
|
||||
io_state_stream const & operator<<(io_state_stream const & out, expr_kind const & k) {
|
||||
options const & opts = out.get_options();
|
||||
out.get_stream() << k;
|
||||
return out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue