removed TODOs

This commit is contained in:
Roland Gruber 2005-06-03 17:17:39 +00:00
parent d2f78fb7eb
commit a532872c30
1 changed files with 0 additions and 10 deletions

View File

@ -1122,15 +1122,6 @@ class MatchingRule extends SchemaItem
return $this->is_obsolete;
}
/**
* Gets this MatchingRule's syntax string (an OID).
* @todo Is this function broken?
*/
function getSyntax()
{
return $this->description;
}
/**
* Gets an array of attribute names (strings) which use this MatchingRule
* @return array The array of attribute names (strings).
@ -1195,7 +1186,6 @@ class MatchingRuleUse extends SchemaItem
$this->name = preg_replace("/\'$/", "", $this->name);
break;
case 'APPLIES':
// TODO
if($strings[$i+1]!="(") {
// has a single attribute name
$i++;