.. _Remove Library Clause:

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.

.. figure:: ../../images/common/vhdl_quick_fix_remove_library_list.png
	:align: center

Place the editor cursor on the warning line and press :kbd:`Ctrl+1`, select :guilabel:`Remove clause library ...` from the list of quick fix proposals and press :kbd:`Enter`.

The unnecessary library clause is removed.

.. figure:: ../../images/common/vhdl_quick_fix_remove_library_after.png
	:align: center



