diff options
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); |