diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-02 14:24:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-03 11:36:32 +0900 |
commit | c6fc099c6a30e9cbea473fae5530d33bc6f6172b (patch) | |
tree | 547a835d6f348ce263ecb1ddff5250a3763aff03 /config | |
parent | c847a87307ad360b526cd0de96e3dec2963b5076 (diff) |
config: remove starttime in BgpGlobalStateType struct
It's not used. We'll add again when it'll become necessary. This is
part of work to remove time.Time in bgp_config.go since no nice way to
represent time.Time with yang.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'config')
-rw-r--r-- | config/bgp_configs.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 99995cdc..0aa1a18a 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -732,8 +732,6 @@ type PeerGroupType struct { //struct for container bgp-global-state type BgpGlobalStateType struct { - // start time - StartTime time.Time } //struct for container confederation |