Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 67e67a1

Browse files
committed
Remove unused variable
1 parent 01afbd1 commit 67e67a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interop/TranslationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public string GetLanguage(string langID)
2626
{
2727
return language[langID];
2828
}
29-
catch (Exception e)
29+
catch (Exception)
3030
{
3131
throw new Exception($"{langID} is not a known language-phrase");
3232
}

0 commit comments

Comments
 (0)