Skip to content
Snippets Groups Projects
Commit 8182fbfd authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-08-03 13:29:46 by rrt]

Removed isLocallyDefinedName test in isDllName, as SPJ's with SM's suggestion
that it's redundant.
parent 8b102da8
No related merge requests found
......@@ -455,9 +455,7 @@ maybeUserImportedFrom other = Nothing
isDllName :: Name -> Bool
-- Does this name refer to something in a different DLL?
isDllName nm = not opt_Static &&
not (isLocallyDefinedName nm) &&
not (isLocalModule (nameModule nm))
-- Why is the isLocallyDefinedName test needed?
nameSrcLoc name = provSrcLoc (n_prov name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment