machine: Remove unnecessary record self-referencing bindings.
authorLudovic Courtès <ludo@gnu.org>
Sat, 7 Dec 2019 22:16:40 +0000 (23:16 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 7 Dec 2019 23:47:26 +0000 (00:47 +0100)
commita1d7920861a8d6c6774149eaf939eb2636942090
treeefaff4d16b328112f28259fa260e4ec107789ce3
parentdeeaa9e1993b9c4684be8879d154000d234a5c24
machine: Remove unnecessary record self-referencing bindings.

'this-machine' and 'this-machine-ssh-configuration' were useless given
that there are no thunked fields.

* gnu/machine.scm (<machine>)[this-machine]: Remove.
* gnu/machine/ssh.scm (<machine-ssh-configuration>)
[this-machine-ssh-configuration]: Remove.
gnu/machine.scm
gnu/machine/ssh.scm