Selaa lähdekoodia

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

michael 5 vuotta sitten
vanhempi
commit
a9eed7255c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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;