C#: Address review comments

This commit is contained in:
Tom Hvitved
2019-06-12 13:21:49 +02:00
parent 7c802ada40
commit 8e38511aeb

View File

@@ -505,7 +505,6 @@ private predicate isKeyword(string s) {
s = "unsafe" or
s = "ushort" or
s = "using" or
s = "using static" or
s = "virtual" or
s = "void" or
s = "volatile" or