Merge pull request #1525 from aibaars/drop-import-additional-libraries

Drop ImportAdditionalLibraries.ql
This commit is contained in:
Jonas Jensen
2019-07-02 11:26:31 +02:00
committed by GitHub
6 changed files with 0 additions and 70 deletions

View File

@@ -1,16 +0,0 @@
/**
* @name (Import additional libraries)
* @description This query produces no results but imports some libraries we
* would like to make available in the LGTM query console even
* if they are not used by any queries.
* @kind file-classifier
* @id py/lgtm/import-additional-libraries
*/
private import external.CodeDuplication
private import external.Thrift
private import external.VCS
from File f, string tag
where none()
select f, tag