summaryrefslogtreecommitdiff
path: root/mac/src
diff options
context:
space:
mode:
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/chdir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mac/src/chdir.c b/mac/src/chdir.c
index a982e941f98..cfa77c8c44c 100644
--- a/mac/src/chdir.c
+++ b/mac/src/chdir.c
@@ -41,6 +41,3 @@ int chdir(const char *path)
return error == noErr ? 0 : -1;
}
-
-/* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1
- (do not change this comment) */