summaryrefslogtreecommitdiff
path: root/srfi/srfi-19.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-05-09 20:18:31 +0000
committerLudovic Courtès <ludo@gnu.org>2007-05-09 20:18:31 +0000
commita7db5522438192dca928b2db715741b1599d557a (patch)
treecf279af404e847441ec2be6b48d999f1413a2561 /srfi/srfi-19.scm
parent608860a5b3ef05951f11702edf79dcf281c55720 (diff)
downloadguile-a7db5522438192dca928b2db715741b1599d557a.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'srfi/srfi-19.scm')
-rw-r--r--srfi/srfi-19.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/srfi/srfi-19.scm b/srfi/srfi-19.scm
index 1b71a16bd..94b568533 100644
--- a/srfi/srfi-19.scm
+++ b/srfi/srfi-19.scm
@@ -350,14 +350,6 @@
(let ((run-time (get-internal-run-time)))
(make-time
time-process
- (quotient run-time internal-time-units-per-second)
- (* (remainder run-time internal-time-units-per-second)
- priv:ns-per-guile-tick))))
-
-(define (priv:current-time-process)
- (let ((run-time (get-internal-run-time)))
- (list
- 'time-process
(* (remainder run-time internal-time-units-per-second)
priv:ns-per-guile-tick)
(quotient run-time internal-time-units-per-second))))