Browse Source

fcl-db: sqldb: cosmetic

git-svn-id: trunk@27920 -
lacak 11 years ago
parent
commit
041b4681e9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/fcl-db/src/sqldb/sqldb.pp

+ 0 - 4
packages/fcl-db/src/sqldb/sqldb.pp

@@ -2235,9 +2235,7 @@ begin
       CreateFields;
 
       if FUpdateable and FusePrimaryKeyAsKey and (not IsUniDirectional) then
-        begin
         for counter := 0 to ServerIndexDefs.Count-1 do
-          begin
           if ixPrimary in ServerIndexDefs[counter].Options then
             begin
             IndexFields := TStringList.Create;
@@ -2250,8 +2248,6 @@ begin
               end;
             IndexFields.Free;
             end;
-          end;
-        end;
       end;
     end;
   BindFields(True);