Browse Source

Removed old lib.d.ts ref

Matt Benic 10 years ago
parent
commit
02e2d8a80f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Script/TypeScript/AtomicExtended.d.ts

+ 0 - 1
Script/TypeScript/AtomicExtended.d.ts

@@ -1,7 +1,6 @@
 // Manual typescript definitions from various CPP and JS files that can't yet be autogenerated
 // no-default-lib and modified lib.d.ts used to allow redefinition of self
 /// <reference no-default-lib="true"/>
-/// <reference path="./lib.d.ts" />
 /// <reference path="./Atomic.d.ts" />
 
 // From JSAtomic.cpp