From bd82fbdeb6250b2e8f4c18f1792a38a7a5109fad Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 16 Dec 2014 17:45:48 +0900 Subject: table: remove CoreService, Neighbors, and Commons structures No need. Signed-off-by: FUJITA Tomonori --- table/temporary_structs.go | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'table/temporary_structs.go') diff --git a/table/temporary_structs.go b/table/temporary_structs.go index 6350d2e7..a561aa72 100644 --- a/table/temporary_structs.go +++ b/table/temporary_structs.go @@ -6,16 +6,6 @@ import ( "net" ) -type CoreService struct { - CommonConf *Commons - NeighborsConf *Neighbors -} -type Neighbors struct { - //need to define a structure -} -type Commons struct { - //need to define a structure -} type Peer struct { //need to define a structure RemoteAs uint32 -- cgit v1.2.3