[LangRef] Remove (non-normative) paragraph that doesn't make sense.
[oota-llvm.git] / docs / LangRef.rst
index 810455cbc3a7f3728438eaef28aa5590027c534b..77d37df4e7f0346b4fd1f6424b3b963c84b00651 100644 (file)
@@ -291,12 +291,6 @@ symbols from (to) DLLs (Dynamic Link Libraries).
     name is formed by combining ``__imp_`` and the function or variable
     name.
 
-For example, since the "``.LC0``" variable is defined to be internal, if
-another module defined a "``.LC0``" variable and was linked with this
-one, one of the two would be renamed, preventing a collision. Since
-"``main``" and "``puts``" are external (i.e., lacking any linkage
-declarations), they are accessible outside of the current module.
-
 It is illegal for a function *declaration* to have any linkage type
 other than ``external``, ``dllimport`` or ``extern_weak``.