Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tox committed Oct 19, 2016
1 parent d3dd4f4 commit 25de36e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/utils/directory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as fs from 'fs'
import * as path from 'path'
import { agent } from 'agentframework';

@agent('directory')
export class Directory {

private constructor(private _directory: string, private _permission: number) {
Expand Down Expand Up @@ -102,7 +101,6 @@ export class Directory {

}

@agent('file')
export class File {

private constructor(private _file: string, private _permission: number) {
Expand Down

0 comments on commit 25de36e

Please sign in to comment.