diff options
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/Ice/Value.d.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/src/Ice/Value.d.ts b/js/src/Ice/Value.d.ts index bcf6947db11..c90b85d446b 100644 --- a/js/src/Ice/Value.d.ts +++ b/js/src/Ice/Value.d.ts @@ -41,12 +41,6 @@ declare module "ice" static ice_staticId():string; /** - * Returns a shallow copy of the object. - * @return The cloned value. - */ - ice_clone():this; - - /** * Obtains the sliced data associated with this instance. * @return The sliced data if the value has a preserved-slice base class and has been sliced during * unmarshaling of the value, nil otherwise. |