src/current/include/preproc/symtable: Remove extern @dtype check

I attempted to resolve an error previously, and I thought I had, but
apparently some symbols acquire a @dtype at some point in the process, or
lose it.  Regardless, I have no interest in debugging or resolving this
mess, since it's going away.

The linker ensures that externs match, so while this could potentially allow
conflicting imports within a package (unlikely, given that extern templates
are recommended), it still will not resolve with a conflicting concrete
implementation.  I'm not worried.

DEV-1036
main
Mike Gerwitz 2022-05-04 10:50:14 -04:00
parent 0281dfdf0d
commit 2954c591a1
1 changed files with 0 additions and 4 deletions

View File

@ -314,10 +314,6 @@
<if test="
not(
@type=$ours/@type
and (
not( @dtype or $ours/@dtype )
or @dtype = $ours/@dtype
)
and (
@dim=$ours/@dim
or $ours/@dim='?'