Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 3c4496055f772f83d67ebd925a21f671e0e00498..eb29c16db70f95a1c44849404a5d61bd58296dd6 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -25,9 +25,6 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Deprecated API entries use other deprecated entries, too. |
-#define V8_DISABLE_DEPRECATIONS 1 |
- |
#include "api.h" |
#include <math.h> // For isnan. |