diff options
Diffstat (limited to 'bitbake/lib/bb/methodpool.py')
| -rw-r--r-- | bitbake/lib/bb/methodpool.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/methodpool.py b/bitbake/lib/bb/methodpool.py index d7434ed33e..e14986bc19 100644 --- a/bitbake/lib/bb/methodpool.py +++ b/bitbake/lib/bb/methodpool.py | |||
| @@ -61,9 +61,6 @@ def insert_method(modulename, code, fn): | |||
| 61 | comp = better_compile(code, "<bb>", fn ) | 61 | comp = better_compile(code, "<bb>", fn ) |
| 62 | better_exec(comp, __builtins__, code, fn) | 62 | better_exec(comp, __builtins__, code, fn) |
| 63 | 63 | ||
| 64 | # hack hack hack XXX | ||
| 65 | return | ||
| 66 | |||
| 67 | # now some instrumentation | 64 | # now some instrumentation |
| 68 | code = comp.co_names | 65 | code = comp.co_names |
| 69 | for name in code: | 66 | for name in code: |
