Skip to content

Commit 384558f

Browse files
committed
Feature: removed unused NodeSocket
1 parent d01d543 commit 384558f

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

api/node.proto

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ syntax = "proto3";
22

33
package synapse;
44

5-
import "api/datatype.proto";
65
import "api/nodes/broadband_source.proto";
76
import "api/nodes/electrical_stimulation.proto";
87
import "api/nodes/optical_stimulation.proto";
@@ -70,12 +69,3 @@ message NodeConnection {
7069
uint32 src_node_id = 1;
7170
uint32 dst_node_id = 2;
7271
}
73-
74-
message NodeSocket {
75-
uint32 node_id = 1;
76-
string bind = 2;
77-
DataType data_type = 3;
78-
NodeType type = 4;
79-
string label = 5;
80-
repeated uint32 shape = 6;
81-
}

api/status.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ message Status {
4141
string message = 1;
4242
StatusCode code = 2;
4343
DeviceState state = 3;
44-
repeated NodeSocket sockets = 4;
44+
// repeated NodeSocket sockets = 4;
45+
reserved 4;
4546
DevicePower power = 5;
4647
DeviceStorage storage = 6;
4748
SignalChainStatus signal_chain = 7;

0 commit comments

Comments
 (0)