Skip to content

Commit

Permalink
Removed Unit.getFixedSlotsDeclaration() since it doesn't exist anymore:
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage authored and emmanuelbernard committed Mar 14, 2012
1 parent 4ab4bcd commit df01f2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/com/redhat/ceylon/compiler/typechecker/model/Unit.java
Expand Up @@ -259,10 +259,6 @@ public Interface getSetDeclaration() {
return (Interface) getLanguageModuleDeclaration("Set");
}

public Interface getFixedSlotsDeclaration() {
return (Interface) getLanguageModuleDeclaration("FixedSlots");
}

public TypeDeclaration getComparisonDeclaration() {
return (TypeDeclaration) getLanguageModuleDeclaration("Comparison");
}
Expand Down

0 comments on commit df01f2c

Please sign in to comment.