Skip to content

Commit 82d3e16

Browse files
Remove unused function declaration sSerialGetFlowStr
The function `sSerialGetFlowStr` was declared in `src/serial.h` but never implemented or used in the codebase. Removing it to improve code health and reduce confusion. Co-authored-by: zknpr <96851588+zknpr@users.noreply.github.com>
1 parent 0d5b8ec commit 82d3e16

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/serial.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@ typedef struct xSerialIos {
9797
*/
9898
const char * sSerialAttrToStr (const xSerialIos * xIos);
9999

100-
/**
101-
* Returns current flow control type as human-readable string
102-
*
103-
* @param fd file descriptor of the port
104-
*/
105-
const char * sSerialGetFlowStr (int fd);
106-
107100
/**
108101
* Returns a string describing the port configuration
109102
*

0 commit comments

Comments
 (0)