summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/compiler_method_internal_deps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/compiler_method_internal_deps.md')
-rw-r--r--docs/markdown/snippets/compiler_method_internal_deps.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/compiler_method_internal_deps.md b/docs/markdown/snippets/compiler_method_internal_deps.md
deleted file mode 100644
index bde6b4fc4..000000000
--- a/docs/markdown/snippets/compiler_method_internal_deps.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Passing internal dependencies to the compiler object
-
-Methods on the compiler object (such as `compiles`, `links`, `has_header`)
-can be passed dependencies returned by `declare_dependency`, as long as they
-only specify compiler/linker arguments or other dependencies that satisfy
-the same requirements.