Remove Library Clause
A warning is triggered when importing a library with implicit access (for example, the ‘work’ library). DVT provides a quick way to fix it.
![../../_images/vhdl_quick_fix_remove_library_list.png](../../_images/vhdl_quick_fix_remove_library_list.png)
Place the editor cursor on the warning line and press Ctrl+1, select Remove clause library … from the list of quick fix proposals and press Enter.
The unnecessary library clause is removed.
![../../_images/vhdl_quick_fix_remove_library_after.png](../../_images/vhdl_quick_fix_remove_library_after.png)