Skip to content

Commit

Permalink
clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Dec 19, 2015
1 parent fc17211 commit 0eb787c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ export interface ControllerOptions {
}

export abstract class Controller {
expired = false;
routes: Route[];

expire(): void {
this.expired = true;
}
}

export abstract class Resource {

}

export interface MethodOptions<TPermission> {
Expand Down

0 comments on commit 0eb787c

Please sign in to comment.