summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stellar/stellar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h
index 2f103a3..9dfd711 100644
--- a/include/stellar/stellar.h
+++ b/include/stellar/stellar.h
@@ -20,9 +20,6 @@ int stellar_raw_packet_subscribe(struct stellar *st, plugin_on_packet_func *on_p
void stellar_emit_datapath_telemetry(struct packet *pkt, const char * module, const char *str);
-// only send user build packet, can't send packet which come from network
-// void stellar_send_build_packet(struct stellar *st, struct packet *pkt);
-
struct stellar *stellar_new(const char *toml_file);
void stellar_run(struct stellar *st);
void stellar_free(struct stellar *st);