mirror of
https://github.com/github/codeql.git
synced 2026-07-13 15:28:16 +02:00
This fixes `PointlessComparison.ql` on https://github.com/an-tao/drogon. The QL is a bit obfuscated because it looks for a pattern that's impossible according to the dbscheme. There is no accompanying test because we haven't been able to boil this problem down to a simple test case. If we could, we'd fix it directly in the extractor instead.