/*D
   MPI_Attr_delete - Deletes an attribute value associated with a key on a communicator

Synopsis:
.vb
int MPI_Attr_delete(MPI_Comm comm, int keyval)
.ve

Input Parameters:
+ comm - communicator to which attribute is attached (handle)
- keyval - keyval (integer)

.N Deprecated
   The replacement for this routine is 'MPI_Comm_delete_attr'.

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_OTHER

D*/

