
{
{    The purpose of this request is to delete an entry point definition from
{  the table of currently defined entry points associated with the requesting
{  task.  It has no other effect; in particular, the loaded module associated
{  with the removed entry point and all data associated with it, including
{  common blocks, are still loaded in the requesting task.
{    A subsequent PMP$LOAD_FROM_LIBRARY request may be used to load a new
{  module containing the same entry point name as the one that was removed.
{  For some applications, this may provide the ability to "reload" a corrected
{  version of a procedure, but care must be exercisedsince the old version
{  remains in the task's address space.
{
{        PMP$REMOVE_ENTRY_POINT (NAME, STATUS)
{
{   NAME:  This parameter specifies the name of the entry point to be removed
{         from the table of currently defined entry points associated with
{         the calling task.
{
{   STATUS:  This parameter specifies the request status.
{        pme$unknown_entry_point
{

