Skip to content

Commit

Permalink
remove legacy name
Browse files Browse the repository at this point in the history
Co-authored-by: Adam C. Foltzer <acfoltzer@acfoltzer.net>
  • Loading branch information
Jake Champion and acfoltzer committed Jul 7, 2023
1 parent 9b17302 commit 11f5535
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/linking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ fn link_legacy_aliases(linker: &mut Linker<WasmCtx>) -> Result<(), Error> {
"env",
"xqd_req_downstream_client_ip_addr",
)?;
linker.alias(
req,
"downstream_client_h2_fingerprint",
"env",
"xqd_req_downstream_client_h2_fingerprint",
)?;
linker.alias(
req,
"downstream_client_request_id",
Expand Down

0 comments on commit 11f5535

Please sign in to comment.