diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/system.nim b/lib/system.nim index 2fcfa2391..409691e6a 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -14,14 +14,6 @@ ## explicitly. Because of this there cannot be a user-defined module named ## ``system``. ## -## Exception hierarchy -## =================== -## -## For visual convenience here is the exception inheritance hierarchy -## represented as a tree: -## -## .. include:: ../doc/exception_hierarchy_fragment.txt -## ## Module system ## ============= ## |