branch: externals/elisp-benchmarks commit d273a89221c6561fe86f4c29b9864e61c114ea52 Author: Andrea Corallo <a...@sdf.org> Commit: Andrea Corallo <a...@sdf.org>
; * benchmarks/pack-unpack.el: Remove unnecessary newlines. --- benchmarks/pack-unpack.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/benchmarks/pack-unpack.el b/benchmarks/pack-unpack.el index 85aa2ca..d05571e 100644 --- a/benchmarks/pack-unpack.el +++ b/benchmarks/pack-unpack.el @@ -63,7 +63,6 @@ (data vec length) (_ align 4))) - (defconst packet-bindat-type (bindat-type (header type header-bindat-type) @@ -123,7 +122,5 @@ (bindat-unpack packet-bindat-spec (bindat-pack packet-bindat-spec struct-bindat)))) - - (provide 'benchmarks/pack-unpack) ;;; benchmarks/pack-unpack.el ends here