summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/GodotSynchronizationContext.cs
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-04-18 12:43:21 +0200
committerGitHub <noreply@github.com>2018-04-18 12:43:21 +0200
commit3aaa5514d055ee4ad465b130109b351d0f05dd23 (patch)
tree6fb6f2821aed3322cedb5f564efb26dda50c5d1c /modules/mono/glue/cs_files/GodotSynchronizationContext.cs
parent1a3688d0cc13d1734977a36773666eb8e2f004ad (diff)
parent6b611e64316ed91b89822a3b660cdedc087a1da9 (diff)
Merge pull request #18053 from mysticfall/master
#18051: Clean up and reformat C# source files
Diffstat (limited to 'modules/mono/glue/cs_files/GodotSynchronizationContext.cs')
-rw-r--r--modules/mono/glue/cs_files/GodotSynchronizationContext.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/glue/cs_files/GodotSynchronizationContext.cs b/modules/mono/glue/cs_files/GodotSynchronizationContext.cs
index eb4d0bed1c..da3c7bac83 100644
--- a/modules/mono/glue/cs_files/GodotSynchronizationContext.cs
+++ b/modules/mono/glue/cs_files/GodotSynchronizationContext.cs
@@ -1,4 +1,3 @@
-using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;