diff options
Diffstat (limited to 'ARMeilleure/CodeGen/Linking/Symbol.cs')
-rw-r--r-- | ARMeilleure/CodeGen/Linking/Symbol.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ARMeilleure/CodeGen/Linking/Symbol.cs b/ARMeilleure/CodeGen/Linking/Symbol.cs index fa47ee23..39e0c3eb 100644 --- a/ARMeilleure/CodeGen/Linking/Symbol.cs +++ b/ARMeilleure/CodeGen/Linking/Symbol.cs @@ -58,7 +58,6 @@ namespace ARMeilleure.CodeGen.Linking /// <param name="a">First instance</param> /// <param name="b">Second instance</param> /// <returns><see langword="true"/> if not equal; otherwise <see langword="false"/></returns> - /// <inheritdoc/> public static bool operator !=(Symbol a, Symbol b) { return !(a == b); |