[runtime] Update the offsets tool to a new version of CppSharp and use 64 bit binarie...
[mono.git] / tools / offsets-tool / MonoAotOffsetsDumper.cs
index f167566eef3609d121bcb9ebcc3ac6cf0d860d85..54016f99faabf8b5b3d422139a4207878a9c8a82 100644 (file)
@@ -219,8 +219,7 @@ namespace CppSharp
 
                 var options = new DriverOptions();
 
-                var log = new TextDiagnosticPrinter();
-                var driver = new Driver(options, log);
+                var driver = new Driver(options);
 
                 Setup(driver, target);
                 driver.Setup();