Copyright Digital Equipment Corp. All rights reserved.

/REMOVE

   Requests the LIBRARY command to delete one or more entries from
   the global symbol table in a library.

   Format

     Alpha and VAX:

     /REMOVE=(symbol[,...])     

     I64:

     /REMOVE=(symbol[:module] [,...]) 

symbol

   The symbol to be deleted from the global symbol table.

module
   The module whose instance of the symbol is to be removed
   from the global symbol table. With the support of UNIX-
   style weak symbols and ELF group symbols, a symbol can have
   definitions from more than one module. This extended syntax
   allows you to remove from the index a symbol of a specific
   module without removing the symbol instances of all other
   modules from the index. The [:module] is OpenVMS I64
   Librarian syntax only.  


Additional information available:

Example