summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/runtime/debug/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/runtime/debug/debug.go')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/runtime/debug/debug.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/runtime/debug/debug.go b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/runtime/debug/debug.go
deleted file mode 100644
index 6597dcc4575..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/runtime/debug/debug.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// +build js
-
-package debug
-
-func setGCPercent(int32) int32 {
- // Not implemented. Return initial setting.
- return 100
-}
-
-func setMaxStack(bytes int) int {
- // Not implemented. Return initial setting.
- // The initial setting is 1 GB on 64-bit systems, 250 MB on 32-bit systems.
- return 250000000
-}