diff options
| -rw-r--r-- | bitbake/lib/bb/fetch2/local.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index 7245651971..2d921f7e55 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py | |||
| @@ -126,8 +126,3 @@ class Local(FetchMethod): | |||
| 126 | def clean(self, urldata, d): | 126 | def clean(self, urldata, d): |
| 127 | return | 127 | return |
| 128 | 128 | ||
| 129 | def try_premirror(self, urldata, d): | ||
| 130 | """ | ||
| 131 | Should premirrors be used? | ||
| 132 | """ | ||
| 133 | return False | ||
