ac: Remove unimplemented equals_holder() method from ac_t

This commit is contained in:
Martin Willi
2014-03-31 11:14:57 +02:00
parent 959ef1a2e4
commit 883a63adc1
@@ -75,14 +75,6 @@ struct ac_t {
* @return object containing a list of IETF attributes
*/
ietf_attributes_t* (*get_groups)(ac_t *this);
/**
* @brief Checks if two attribute certificates belong to the same holder
*
* @param that other attribute certificate
* @return TRUE if same holder
*/
bool (*equals_holder) (ac_t *this, ac_t *other);
};
#endif /** AC_H_ @}*/