Browse Source

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

michael 5 years ago
parent
commit
a9eed7255c
1 changed files with 2 additions and 2 deletions
  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;