Skip to content

Commit 8c931bf

Browse files
committed
Remove information about COBOL analysis
1 parent 0999970 commit 8c931bf

File tree

8 files changed

+1
-182
lines changed

8 files changed

+1
-182
lines changed

docs/language/learn-ql/cobol/introduce-libraries-cobol.rst

Lines changed: 0 additions & 151 deletions
This file was deleted.

docs/language/learn-ql/cobol/ql-for-cobol.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/language/learn-ql/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ For more information on using CodeQL to query code written in a specific languag
6767

6868
cpp/ql-for-cpp
6969
csharp/ql-for-csharp
70-
cobol/ql-for-cobol
7170
go/ql-for-go
7271
java/ql-for-java
7372
javascript/ql-for-javascript

docs/language/learn-ql/writing-queries/introduction-to-queries.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ When writing your own alert queries, you would typically import the standard lib
7878

7979
- C/C++: ``cpp``
8080
- C#: ``csharp``
81-
- COBOL: ``cobol``
8281
- Java: ``java``
8382
- JavaScript/TypeScript: ``javascript``
8483
- Python: ``python``

docs/language/support/cobol-note.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/language/support/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
# List of patterns, relative to source directory, that match files and
8282
# directories to ignore when looking for source files.
83-
exclude_patterns = ['read-me-project.rst', 'cobol-note.rst']
83+
exclude_patterns = ['read-me-project.rst']

docs/language/support/language-support.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Customers with any questions should contact their usual Semmle contact with any
1010
If you're not a customer yet, contact us at info@semmle.com
1111
with any questions you have about language and compiler support.
1212

13-
.. include:: cobol-note.rst
14-
1513
.. csv-table::
1614
:file: versions-compilers.csv
1715
:header-rows: 1

docs/query-metadata-style-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ You must specify an `@id` property for your query. It must be unique and should
7171

7272
* C and C++: `cpp`
7373
* C#: `cs`
74-
* COBOL: `cobol`
7574
* Java: `java`
7675
* JavaScript and TypeScript: `js`
7776
* Python: `py`

0 commit comments

Comments
 (0)