Browse Source

* Removed some invalid debug-code

git-svn-id: trunk@12315 -
joost 16 years ago
parent
commit
18d7882659
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-db/src/base/bufdataset.pas

+ 0 - 1
packages/fcl-db/src/base/bufdataset.pas

@@ -1842,7 +1842,6 @@ begin
       begin
       // If the record is first inserted and afterwards deleted, do nothing
       if not ((FUpdateBuffer[r].UpdateKind=ukDelete) and not (assigned(FUpdateBuffer[r].OldValuesBuffer))) then
-      if not (FUpdateBuffer[r].UpdateKind=ukDelete) then
         begin
         FCurrentIndex.GotoBookmark(@FUpdateBuffer[r].BookmarkData);
         // Joost: I do not see the use of this resync?