Remove dead code
This commit is contained in:
parent
8402a6d30b
commit
6e016b3e69
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue