diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-04-21 18:44:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-04-21 18:44:33 (GMT) |
commit | cd54168f9877ed4ee16ee1e25c72e8338eed7928 (patch) | |
tree | 04dc1a85a28ff8a95eaaa6a0bbd5909ea2dc6397 /src/core | |
parent | 3dada5fbc27777217625603905727364a0cc996d (diff) |
Redefined the interface for creating new processors from Python.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/processors.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/processors.c b/src/core/processors.c index 7234365..48e2cd2 100644 --- a/src/core/processors.c +++ b/src/core/processors.c @@ -108,9 +108,6 @@ bool register_processor_type(GType type) key = g_arch_processor_get_key(proc); if (key == NULL) goto done; - result = (key != NULL); - - G_LOCK(_pdef_access); new = find_processor_by_key(key); |