summaryrefslogtreecommitdiff
path: root/src/parser/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/input.h')
-rw-r--r--src/parser/input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser/input.h b/src/parser/input.h
index 47453e367..1821bc034 100644
--- a/src/parser/input.h
+++ b/src/parser/input.h
@@ -115,8 +115,7 @@ class CVC5_EXPORT Input
*/
static Input* newStreamInput(InputLanguage lang,
std::istream& input,
- const std::string& name,
- bool lineBuffered = false);
+ const std::string& name);
/** Create an input for the given string
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback