Skip to content

Commit

Permalink
unneeded type def
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Sep 20, 2024
1 parent 1b8d0bb commit 9580e41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wasm-components/rust/http-controller/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ wit_bindgen::generate!({

use routefinder::Router;
use waki::{handler, ErrorCode, Method, Request, Response};

use wasi::logging::logging::{log, Level};

use common::{
Expand All @@ -37,8 +36,6 @@ use platform_poc::{

const MODULE: &str = "http-controller";

pub type StatusCode = u16;

#[handler]
fn handler(request: Request) -> Result<Response, ErrorCode> {
log(
Expand Down

0 comments on commit 9580e41

Please sign in to comment.