diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 287fe4e4..c293c054 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -275,8 +275,6 @@ namespace CppSharp { public static void Run(ILibrary library) { - Console.BufferHeight = 1999; - var options = new DriverOptions(); var driver = new Driver(options, new TextDiagnosticPrinter()); library.Setup(driver);