aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 7467ef6..a0e95c1 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -588,9 +588,6 @@ PATH already has the specified CONTENT and MODE."
(apply #'writefile
path content (and mode-supplied-p `(:mode ,mode)))))
-(defun call-with-os (f &rest args)
- (apply (ensure-function f) (get-hostattrs-car :os) args))
-
(defun assert-euid-root ()
"Assert that the remote user has uid 0 (root)"
(unless (zerop (get-connattr :remote-uid))