Skip to content

Commit 269c5c7

Browse files
committed
Revert "fdtrack: temporary hack for tracking file descriptor usage"
This reverts commit 5c949d3.
1 parent 382d35b commit 269c5c7

File tree

15 files changed

+7
-314
lines changed

15 files changed

+7
-314
lines changed

Godeps/_workspace/src/github.com/huin/goupnp/httpu/httpu.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/huin/goupnp/soap/soap.go

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/geth/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import (
3737
"github.com/ethereum/go-ethereum/core/types"
3838
"github.com/ethereum/go-ethereum/eth"
3939
"github.com/ethereum/go-ethereum/ethdb"
40-
"github.com/ethereum/go-ethereum/fdtrack"
4140
"github.com/ethereum/go-ethereum/logger"
4241
"github.com/ethereum/go-ethereum/logger/glog"
4342
"github.com/ethereum/go-ethereum/metrics"
@@ -546,9 +545,6 @@ func startEth(ctx *cli.Context, eth *eth.Ethereum) {
546545
// Start Ethereum itself
547546
utils.StartEthereum(eth)
548547

549-
// Start logging file descriptor stats.
550-
fdtrack.Start()
551-
552548
am := eth.AccountManager()
553549
account := ctx.GlobalString(utils.UnlockedAccountFlag.Name)
554550
accounts := strings.Split(account, " ")

fdtrack/fdtrack.go

Lines changed: 0 additions & 112 deletions
This file was deleted.

fdtrack/fdusage.go

Lines changed: 0 additions & 29 deletions
This file was deleted.

fdtrack/fdusage_darwin.go

Lines changed: 0 additions & 72 deletions
This file was deleted.

fdtrack/fdusage_linux.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)