Merge pull request #5771 from timvandermeij/unused-util
Remove unused isNull utility function
This commit is contained in:
commit
fa0f09bcf0
@ -976,10 +976,6 @@ function isString(v) {
|
||||
return typeof v === 'string';
|
||||
}
|
||||
|
||||
function isNull(v) {
|
||||
return v === null;
|
||||
}
|
||||
|
||||
function isName(v) {
|
||||
return v instanceof Name;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user