summaryrefslogtreecommitdiff
path: root/hw_darwin.go
diff options
context:
space:
mode:
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)
-}