mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
Remove dead code
This commit is contained in:
parent
8402a6d30b
commit
6e016b3e69
@ -18,8 +18,6 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
const IncompatibleSyncedRealmError = require('./errors').IncompatibleSyncedRealmError;
|
||||
|
||||
let getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors || function(obj) {
|
||||
return Object.getOwnPropertyNames(obj).reduce(function (descriptors, name) {
|
||||
descriptors[name] = Object.getOwnPropertyDescriptor(obj, name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user