diff options
Diffstat (limited to 'sampleData.go')
| -rw-r--r-- | sampleData.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sampleData.go b/sampleData.go index 32e89f0..d4de3a0 100644 --- a/sampleData.go +++ b/sampleData.go @@ -39,22 +39,6 @@ func CreateSampleHypervisor(hostname string, mem int) *Hypervisor { return h } -func CreateExperiment(total int) *WhatsThis { - var e *WhatsThis - e = new(WhatsThis) - - // info := StorageInfo{Capacity: 64} - // e.Humantest = &info - if e.Humantest == nil { - var newInfo WhatInfo - newInfo = WhatInfo{Capacity: 64} - e.Humantest = &newInfo - } else { - e.Humantest.Capacity = SetGB(total * 32) - } - return e -} - func CreateSampleEvents(total int) *Events { var e *Events e = new(Events) |
