summaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-11-22 21:21:59 +0100
committerJose <jose@zeroc.com>2018-11-22 21:42:20 +0100
commiteebb4c60c8af6dc722fcd555b1b3fc1dcc887dba (patch)
tree2564a858eb4f056d3661d0a3d744954044b8f6a2 /js/src
parentAdded missing clear for pending sockets in IceBT acceptor (java-compat) (diff)
downloadice-eebb4c60c8af6dc722fcd555b1b3fc1dcc887dba.tar.bz2
ice-eebb4c60c8af6dc722fcd555b1b3fc1dcc887dba.tar.xz
ice-eebb4c60c8af6dc722fcd555b1b3fc1dcc887dba.zip
typescript fix: no ice_clone in Ice.Value
Diffstat (limited to 'js/src')
-rw-r--r--js/src/Ice/Value.d.ts6
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.