93332bc Remove unused variable and finally block in SchemaCache

Authored and Committed by mbasti 8 years ago
    Remove unused variable and finally block in SchemaCache
    
    Handling exceptions in python is expensive operation, removing of
    uneeded finally block is good for performance.
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+0 -5