cleanup(di): removed dead code

This commit is contained in:
vsavkin
2015-04-22 14:48:53 -07:00
parent 0ff99081bd
commit d74dd1126b
2 changed files with 0 additions and 14 deletions

View File

@ -18,11 +18,9 @@ import {MapWrapper} from 'angular2/src/facade/collection';
export class Key {
token;
id/* :int */;
metadata:any;
constructor(token, id/* :int */) {
this.token = token;
this.id = id;
this.metadata = null;
}
/**