Skip to content

Commit

Permalink
Removed a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Aug 10, 2024
1 parent 4d22c02 commit 485769e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WebGPUGen/WebGPUGen/CsCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ private void GenerateCommmands(CppCompilation compilation, string outputPath)
{
Debug.WriteLine("Generating Commands...");

string dllName = "libWebGPU";

using (StreamWriter file = File.CreateText(Path.Combine(outputPath, "Commands.cs")))
{
file.WriteLine("using System;");
Expand Down

0 comments on commit 485769e

Please sign in to comment.