Skip to content

Commit

Permalink
Removing an unused variable (ReactiveX#5235)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwonz authored and cartant committed Jan 22, 2020
1 parent 334c3a3 commit e03e833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal/observable/fromEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { isFunction } from '../util/isFunction';
import { Subscriber } from '../Subscriber';
import { map } from '../operators/map';

const toString: Function = (() => Object.prototype.toString)();

export interface NodeStyleEventEmitter {
addListener: (eventName: string | symbol, handler: NodeEventHandler) => this;
removeListener: (eventName: string | symbol, handler: NodeEventHandler) => this;
Expand Down

0 comments on commit e03e833

Please sign in to comment.