drop unreachable statement

Change-Id: I0710fd0e38a5ce26ac532ab7150e285f171accfb
This commit is contained in:
Neels Janosch Hofmeyr
2024-08-16 00:48:05 +02:00
parent 58a9c167b3
commit 62e0f7e135

View File

@@ -146,8 +146,6 @@ int upf_gtpu_echo_read_cb(struct osmo_fd *ofd, unsigned int what)
LOG_GTP_DEV(dev, LOGL_ERROR, "rx: GTPv1-U message type %u not supported\n", h->msg_type);
return -1;
}
return 0;
}
int upf_gtpu_echo_setup(struct upf_gtp_dev *dev)