aboutsummaryrefslogtreecommitdiff
path: root/vcalendar/primitive.scm
diff options
context:
space:
mode:
Diffstat (limited to 'vcalendar/primitive.scm')
-rw-r--r--vcalendar/primitive.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/vcalendar/primitive.scm b/vcalendar/primitive.scm
deleted file mode 100644
index fdce550c..00000000
--- a/vcalendar/primitive.scm
+++ /dev/null
@@ -1,21 +0,0 @@
-;;; Primitive export of symbols linked from C binary.
-
-(define-module (vcalendar primitive)
- #:export (%vcomponent-children
- %vcomponent-push-child!
- %vcomponent-filter-children!
-
- %vcomponent-parent
-
- %vcomponent-make
- %vcomponent-type
-
- %vcomponent-set-attribute!
- %vcomponent-get-attribute
-
- %vcomponent-attribute-list
-
- %vcomponent-shallow-copy))
-
-(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
-(load-extension "libguile-calendar" "init_lib")