Skip to content

Commit

Permalink
bridge: remove unneeded struct (#336)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 29, 2022
1 parent e169dd3 commit 1bc24f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions mobile/library/common/include/c_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ typedef struct {
void* context;
} envoy_data;

/**
* Holds data about an HTTP stream.
*/
typedef struct {
// Status of the Envoy HTTP stream. Note that the stream might have failed inline.
// Thus the status should be checked before pursuing other operations on the stream.
envoy_status_t status;
// Handle to the Envoy HTTP Stream.
envoy_stream_t stream;
} envoy_stream;

/**
* Holds a single key/value header.
*/
Expand Down

0 comments on commit 1bc24f5

Please sign in to comment.