Quellcode durchsuchen

* Change some code that results in browser warning about unreachable code

michael vor 5 Jahren
Ursprung
Commit
a9eed7255c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      packages/rtl/system.pas

+ 2 - 2
packages/rtl/system.pas

@@ -888,7 +888,7 @@ asm
     };
     if (Result === "") TI = TI.ancestor;
   };
-  return Result;
+  // return Result;
 end;
 end;
 
@@ -914,7 +914,7 @@ asm
     if (MN === "") TI = TI.ancestor;
   };
   if (MN !== "") Result = this[MN];
-  return Result;
+//  return Result;
 end;
 end;