| Index: scripts/slave/recipe_modules/path/example.py
|
| diff --git a/scripts/slave/recipe_modules/path/example.py b/scripts/slave/recipe_modules/path/example.py
|
| index 2239f02952f129eca73b779f9a1a65238b0a5e2b..e9227da41497a998ce39c567d5464308c9a94410 100644
|
| --- a/scripts/slave/recipe_modules/path/example.py
|
| +++ b/scripts/slave/recipe_modules/path/example.py
|
| @@ -31,9 +31,6 @@
|
| yield api.step('print resource',
|
| ['echo', api.path.resource('dir', 'file.py')])
|
|
|
| - # rmwildcard demo
|
| - yield api.path.rmwildcard('*.o', api.path['slave_build'])
|
| -
|
|
|
| def GenTests(api):
|
| # This line is for code coverage.
|
|
|