Skip to content

Commit c3c8e0c

Browse files
sec: remove unused struct
1 parent cfd0906 commit c3c8e0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/srsran/security/ciphering_engine.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
namespace srsran {
1818
namespace security {
1919

20-
struct ciphering_result {
21-
expected<byte_buffer> buf;
22-
uint32_t count;
23-
};
24-
2520
class ciphering_engine
2621
{
2722
public:

0 commit comments

Comments
 (0)