diff options
author | johnvg | 2005-04-21 15:52:50 +0000 |
---|---|---|
committer | johnvg | 2005-04-21 15:52:50 +0000 |
commit | 0f8ae96110f200a1c40409e887a849508fb433b3 (patch) | |
tree | 40897b33e57f3108b19c15e846eab19410837da7 /frontend/explicitimports.dcl | |
parent | remove unused field support_generics (diff) |
remove support for 1.3 import syntax
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1536 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/explicitimports.dcl')
-rw-r--r-- | frontend/explicitimports.dcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/explicitimports.dcl b/frontend/explicitimports.dcl index 3dfa47a..4d4483c 100644 --- a/frontend/explicitimports.dcl +++ b/frontend/explicitimports.dcl @@ -19,8 +19,6 @@ markExplImpSymbols :: !Int !*(!*{!*{!u:ExplImpInfo}}, !*SymbolTable) updateExplImpForMarkedSymbol :: !Index !Declaration !SymbolTableEntry !u:{#DclModule} !{!{!*ExplImpInfo}} !*SymbolTable -> (!u:{#DclModule}, !{!{!.ExplImpInfo}}, !.SymbolTable) -optStoreInstanceWithClassSymbol :: Declaration !Ident !*SymbolTable -> .SymbolTable - solveExplicitImports :: !(IntKeyHashtable [(Int,Position,[ImportNrAndIdents])]) !{#Int} !Index !*(!v:{#DclModule},!*{#Int},!{!*ExplImpInfo},!*CheckState) -> (!.SolvedImports,! (!v:{#DclModule},!.{#Int},!{!.ExplImpInfo},!.CheckState)) |