From 4285aa3844909a7fac8f633338987de77cdc8b31 Mon Sep 17 00:00:00 2001
From: johnvg
Date: Thu, 16 Oct 2003 09:32:12 +0000
Subject: remove directory_library

git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1393 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
---
 main/Mac/Clean System Files/directory_library | 4 ----
 main/Mac/CoclSystemDependent.icl              | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 main/Mac/Clean System Files/directory_library

(limited to 'main')

diff --git a/main/Mac/Clean System Files/directory_library b/main/Mac/Clean System Files/directory_library
deleted file mode 100644
index 12493b1..0000000
--- a/main/Mac/Clean System Files/directory_library	
+++ /dev/null
@@ -1,4 +0,0 @@
-InterfaceLib
-PBHRenameSync
-PBCatMoveSync
-PBHSetVolSync
diff --git a/main/Mac/CoclSystemDependent.icl b/main/Mac/CoclSystemDependent.icl
index 2cc2b22..c9dbd1d 100644
--- a/main/Mac/CoclSystemDependent.icl
+++ b/main/Mac/CoclSystemDependent.icl
@@ -2,7 +2,7 @@
 implementation module CoclSystemDependent
 
 // import for filesystem
-import code from "cDirectory.obj",  library "directory_library" // this is the only platform dependent line in this module
+import code from "cDirectory.obj"; // this is the only platform dependent line in this module
 
 import StdEnv
 import Clean2AppleEventHandler,compile,docommand,cache_variable
-- 
cgit v1.2.3