Skip to content

Commit

Permalink
fix: this is not a fix but a test if a fix triggers a changelog entry…
Browse files Browse the repository at this point in the history
…, just removed unused imports.
  • Loading branch information
PocketMiner82 committed Apr 2, 2024
1 parent c644f1e commit 1860365
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions pseudocodeIde/SetClipboardHelper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace pseudocode_ide
Expand Down
1 change: 0 additions & 1 deletion pseudocodeIde/interpreter/scanner/Scanner.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using pseudocodeIde.interpreter.logging;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using static pseudocodeIde.interpreter.TokenType;

namespace pseudocodeIde.interpreter
Expand Down

0 comments on commit 1860365

Please sign in to comment.