1. NAME

ida_simple_remove - remove an allocated id.

2. SYNOPSIS

void ida_simple_remove(struct ida *  ida , unsigned int  id );

3. ARGUMENTS

ida
    the (initialized) ida.

id
    the id returned by ida_simple_get.

4. COPYRIGHT