
From: Simon Glass <sjg@chromium.org> This was brought in from another script by mistake but isn't needed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> --- scripts/build_helper.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/scripts/build_helper.py b/scripts/build_helper.py index 3809ba88420..210840a3250 100644 --- a/scripts/build_helper.py +++ b/scripts/build_helper.py @@ -73,23 +73,6 @@ sct_mnt = /mnt/sct raw = self.settings.get('DEFAULT', name, fallback=fallback) return os.path.expandvars(os.path.expanduser(raw)) - def stage(self, name): - """Context manager to count requests across a range of patchwork calls - - Args: - name (str): Stage name - - Return: - _Stage: contect object - - Usage: - with self.stage('name'): - ...do things - - Note that the output only appears if the -N flag is used - """ - return self._Stage(name) - @contextlib.contextmanager def make_disk(self, fname, size_mb=20, fs_type='ext4', use_part=False): """Create a raw disk image with files on it -- 2.43.0