From a532872c30418c9066e0274ed8e83438a86e1cb4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 3 Jun 2005 17:17:39 +0000 Subject: [PATCH] removed TODOs --- lam/lib/schema.inc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lam/lib/schema.inc b/lam/lib/schema.inc index ef6d42ba..886bc4a1 100644 --- a/lam/lib/schema.inc +++ b/lam/lib/schema.inc @@ -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++;