Skip to content

Commit

Permalink
Remove isMappingDefault on VmNull (apple#724)
Browse files Browse the repository at this point in the history
This method is unused.
  • Loading branch information
KushalP authored Oct 22, 2024
1 parent 0ee3d37 commit a7cc098
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkl-core/src/main/java/org/pkl/core/runtime/VmNull.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ public Object getDefaultValue() {
return defaultValue == null ? VmDynamic.empty() : defaultValue;
}

public boolean isMappingDefault() {
return defaultValue instanceof VmMapping;
}

@Override
public VmClass getVmClass() {
return BaseModule.getNullClass();
Expand Down

0 comments on commit a7cc098

Please sign in to comment.