mirror of
https://github.com/github/codeql.git
synced 2026-01-05 10:40:21 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
4
csharp/ql/src/Useless code/IntGetHashCodeFix.cs
Normal file
4
csharp/ql/src/Useless code/IntGetHashCodeFix.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return unchecked(row * 16777619 + col);
|
||||
}
|
||||
Reference in New Issue
Block a user