Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 75c6e1b

Browse files
committed
Remove left ethminer references
1 parent c35ca50 commit 75c6e1b

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

doc/dependency_graph/generate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def processRepository(root):
170170
print ' "ethash-cl" -> "ethash"'
171171
print ' "ethashseal" -> "ethereum"'
172172
print ' "ethkey" -> "ethcore"'
173-
print ' "ethminer" -> "ethashseal"'
174173
print ' "ethvm" -> "ethashseal"'
175174
print ' "evm" -> "ethcore"'
176175
print ' "evm" -> "evmcore"'

scripts/release.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ set TESTS=%3
3131
.\build\bench\%CONFIGURATION%\bench.exe ^
3232
.\build\eth\%CONFIGURATION%\eth.exe ^
3333
.\build\ethkey\%CONFIGURATION%\ethkey.exe ^
34-
.\build\ethminer\%CONFIGURATION%\ethminer.exe ^
3534
.\build\ethvm\%CONFIGURATION%\ethvm.exe ^
3635
.\build\rlp\%CONFIGURATION%\rlp.exe ^
3736
.\build\test\%CONFIGURATION%\testeth.exe ^

scripts/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ mkdir -p $ZIP_TEMP_DIR
4646
cp bench/bench $ZIP_TEMP_DIR
4747
cp eth/eth $ZIP_TEMP_DIR
4848
cp ethkey/ethkey $ZIP_TEMP_DIR
49-
cp ethminer/ethminer $ZIP_TEMP_DIR
5049
cp ethvm/ethvm $ZIP_TEMP_DIR
5150
cp rlp/rlp $ZIP_TEMP_DIR
5251
if [[ "$TESTS" == "On" ]]; then

snapcraft.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ apps:
1111
command: eth
1212
ethkey:
1313
command: ethkey
14-
ethminer:
15-
command: ethminer
1614
ethvm:
1715
command: ethvm
1816
rlp:

0 commit comments

Comments
 (0)