summaryrefslogtreecommitdiff
path: root/identifiers.c
diff options
context:
space:
mode:
Diffstat (limited to 'identifiers.c')
-rw-r--r--identifiers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/identifiers.c b/identifiers.c
index 0f5d59a..828bed6 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -220,7 +220,3 @@ static Location ident_decl_location(Identifier i) {
return i->decl->where;
}
-static bool ident_is_declared(Identifier i) {
- return i && i->decl;
-}
-