diff options
Diffstat (limited to 'src/Context.php')
-rw-r--r-- | src/Context.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Context.php b/src/Context.php index 7f937dc..f917ed2 100644 --- a/src/Context.php +++ b/src/Context.php @@ -454,7 +454,6 @@ abstract class Context // As long as a new context can be generated, we try to laod it. do { - $loaded = true; try { // Trying to load the new context. static::load($context); |