commit | 7a47701bb736520996d5a6f99f811beb019f54d6 | [log] [tgz] |
---|---|---|
author | Ankur <ataly@google.com> | Tue Dec 09 10:29:29 2014 -0800 |
committer | Ankur <ataly@google.com> | Tue Dec 09 10:29:31 2014 -0800 |
tree | 2aeae334ac9485449cb0f93f43731392746e7f64 | |
parent | b9a3202d90d9b952aa390076ece7d219b036a72a [diff] |
"veyron/services/wsprd": Remove duplicate rt.New() wspr.NewWSPR currently always does an rt.New call even though the runtime is initialized in main. This CL gets rid of this duplicate rt.New call and instead passes the runtime initialized in main to wspr.NewWSPR. Change-Id: I2eceb3c542701372dfd725bb0837dc42b7dc7897 MultiPart:1/2