aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as11
1 files changed, 0 insertions, 11 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as b/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as
deleted file mode 100644
index 210a0543..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as
+++ /dev/null
@@ -1,11 +0,0 @@
-package com.hurlant.math
-{
- internal interface IReduction
- {
- function convert(x:BigInteger):BigInteger;
- function revert(x:BigInteger):BigInteger;
- function reduce(x:BigInteger):void;
- function mulTo(x:BigInteger, y:BigInteger, r:BigInteger):void;
- function sqrTo(x:BigInteger, r:BigInteger):void;
- }
-} \ No newline at end of file