Minor clean-up

This commit is contained in:
2020-05-22 18:17:00 +02:00
parent 0578e99dc2
commit 116f74f63e
3 changed files with 0 additions and 12 deletions

View File

@@ -11,8 +11,6 @@ impl FunctionDeclaration
{
pub fn is_built_in(&self) -> bool
{
use foliage::flavor::FunctionDeclaration;
self.declaration.name.starts_with("f__") && self.declaration.name.ends_with("__")
}
}