.guile: Remove useless mytime macro.

Guile has `,time` which works way better.
master
Pierre Neidhardt 2020-08-28 17:23:48 +02:00
parent cf9a1e3cad
commit f342c8e6ac
1 changed files with 0 additions and 6 deletions

6
.guile
View File

@ -18,9 +18,3 @@ convenient interactive line editing and input history.\n\n")))
(else
(display "Consider installing the 'guile-colorized' package
for a colorful Guile experience.\n\n"))))
;; TODO: Import (debugging time)
(use-modules (debugging time))
(define-macro (mytime expr . others)
`(let ((internal-time-units-per-second 1000000000.))
(time ,expr ,@others)))