c61cf16 Revert "framework: Fix AVC.__typeMatch to handle aliases properly"

1 file Authored by vmojzis 4 years ago, Committed by plautrba 4 years ago,
    Revert "framework: Fix AVC.__typeMatch to handle aliases properly"
    
    This reverts commit c55edb36ca68a783f7b61d306e81163b8d464325. The patch caused
    significant slowdown of plugin evaluation and since it is not strictly
    necessary (aliases can only be introduced via plugins - an AVC message will
    always contain the original type name), I am reverting it.
    
    Test checking use of aliases in plugins will be used instead.