Remove dead code

This commit is contained in:
blagoev 2017-10-01 12:23:04 +03:00
parent 8402a6d30b
commit 6e016b3e69
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
////////////////////////////////////////////////////////////////////////////
'use strict';
const IncompatibleSyncedRealmError = require('./errors').IncompatibleSyncedRealmError;
let getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors || function(obj) {
return Object.getOwnPropertyNames(obj).reduce(function (descriptors, name) {