cxxrtl: don't need to specify a value for "path".

Callers of the deprecated method had a path already.
This commit is contained in:
Asherah Connor 2024-06-07 14:31:13 +03:00 committed by Catherine
parent 3ed2865ac5
commit 62bff3a204
1 changed files with 1 additions and 1 deletions

View File

@ -1582,7 +1582,7 @@ struct module {
// Compatibility method.
#if __has_attribute(deprecated)
__attribute__((deprecated("Use `debug_info(&items, /*scopes=*/nullptr, path);` instead. (`path` could be \"top \".)")))
__attribute__((deprecated("Use `debug_info(&items, /*scopes=*/nullptr, path);` instead.")))
#endif
void debug_info(debug_items &items, std::string path) {
debug_info(&items, /*scopes=*/nullptr, path);