summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/TableGenFundamentals.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/TableGenFundamentals.rst b/docs/TableGenFundamentals.rst
index a28026f784..5d529c396a 100644
--- a/docs/TableGenFundamentals.rst
+++ b/docs/TableGenFundamentals.rst
@@ -257,11 +257,6 @@ Class type
``dag``
This type represents a nestable directed graph of elements.
-``code``
- This represents a big hunk of text. This is lexically distinct from string
- values because it doesn't require escaping double quotes and other common
- characters that occur in code.
-
To date, these types have been sufficient for describing things that TableGen
has been used for, but it is straight-forward to extend this list if needed.