summaryrefslogtreecommitdiff
path: root/hw_darwin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 09:01:54 -0500
committerJeff Carr <[email protected]>2025-10-07 09:01:54 -0500
commitd110888f81e357010b71a0a0286ba298fcd452c5 (patch)
tree1905eb28f1da7217b6e7217713bf97dc71b0b90f /hw_darwin.go
parent920eb20a447e1b6c08f433ac1857263dc21da41d (diff)
moved to go.wit.com/lib/debian
Diffstat (limited to 'hw_darwin.go')
-rw-r--r--hw_darwin.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/hw_darwin.go b/hw_darwin.go
deleted file mode 100644
index ab1aef8..0000000
--- a/hw_darwin.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package zoopb
-
-// simple memory and cpu count
-func (me *Machine) osGetMemory() {
- me.Memory = int64(1024 * 1024)
- me.Cpus = int64(1)
-}