Browse Source

Remove console buffering hack.

pull/40/merge
triton 12 years ago
parent
commit
16c13f6a16
  1. 2
      src/Generator/Driver.cs

2
src/Generator/Driver.cs

@ -275,8 +275,6 @@ namespace CppSharp
{ {
public static void Run(ILibrary library) public static void Run(ILibrary library)
{ {
Console.BufferHeight = 1999;
var options = new DriverOptions(); var options = new DriverOptions();
var driver = new Driver(options, new TextDiagnosticPrinter()); var driver = new Driver(options, new TextDiagnosticPrinter());
library.Setup(driver); library.Setup(driver);

Loading…
Cancel
Save