mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Ruby/QL: unconditionally generate discard predicates
This commit is contained in:
@@ -28,5 +28,5 @@ pub fn run(options: Options) -> std::io::Result<()> {
|
||||
},
|
||||
];
|
||||
|
||||
generate(languages, options.dbscheme, options.library, true)
|
||||
generate(languages, options.dbscheme, options.library)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user