diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-07-26 14:58:24 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-08-16 16:21:51 -0700 |
| commit | 7dda90f1bfaae2b297550991c0b03f31912513dc (patch) | |
| tree | 207682d2368a091818f082de0a72b8210913fa53 /docs/markdown | |
| parent | e3c72ad7c796fb69db998e87e1e2e4e7c834e081 (diff) | |
| download | meson-7dda90f1bfaae2b297550991c0b03f31912513dc.tar.gz | |
interpreter/compiler: remove unittest_args method
It's not documented, and it's been marked deprecated for who knows how
long.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/remove_unittest_args_method.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/remove_unittest_args_method.md b/docs/markdown/snippets/remove_unittest_args_method.md new file mode 100644 index 000000000..43733321f --- /dev/null +++ b/docs/markdown/snippets/remove_unittest_args_method.md @@ -0,0 +1,4 @@ +## Compiler.unittest_args has been removed + +It's never been documented, and it's been marked deprecated for a long time, so +let's remove it. |
