Skip to content

Commit 1dc6640

Browse files
committed
Remove superfluous content
(cherry picked from commit 5d03892)
1 parent 229c3e6 commit 1dc6640

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/codeql/codeql-language-guides/basic-query-for-cpp-code.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -145,24 +145,6 @@ To exclude ``if`` statements that have an ``else`` branch:
145145

146146
There are now fewer results because ``if`` statements with an ``else`` branch are no longer reported.
147147

148-
Saving your quick query for future development
149-
----------------------------------------------
150-
151-
152-
#. In Visual Studio Code, create a new folder to store your experimental queries for C and C++ CodeQL databases. For example, ``cpp-experiments``.
153-
154-
#. Create a ``qlpack.yml`` file in your experiments folder with the contents shown below. This tells the CodeQL extension that any queries you create in the folder are intended to run on C or C++ CodeQL databases.
155-
156-
.. code-block:: yaml
157-
158-
name: github-owner/cpp-experiments
159-
version: 0.0.1
160-
dependencies:
161-
codeql/cpp-all: ^0.1.2
162-
163-
#. Create a second new file in your experiements folder with the ``.ql`` file extension. You will write your first query in this file.
164-
165-
166148
Further reading
167149
---------------
168150

0 commit comments

Comments
 (0)