Skip to content

Commit a75ba36

Browse files
committed
Remove C and Java bindings (#11346)
1 parent 54afb33 commit a75ba36

File tree

14 files changed

+0
-1269
lines changed

14 files changed

+0
-1269
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ node_modules
3838

3939
# Build artifacts
4040
out/
41-
parity-clib-examples/cpp/build/
4241

4342
.vscode
4443
rls/

Cargo.lock

-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ members = [
135135
"chainspec",
136136
"ethcore/wasm/run",
137137
"evmbin",
138-
"parity-clib",
139138
"util/triehash-ethereum",
140139
"util/keccak-hasher",
141140
"util/patricia-trie-ethereum",

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@ Caching, Importing Blocks, and Block Information
296296
```bash
297297
ethcore-logger
298298
```
299-
* C bindings library for the Parity Ethereum client
300-
```bash
301-
parity-clib
302-
```
303299
* Parity Ethereum JSON-RPC Servers
304300
```bash
305301
parity-rpc

parity-clib/Cargo.toml

-22
This file was deleted.

parity-clib/Parity.java

-86
This file was deleted.

parity-clib/examples/cpp/CMakeLists.txt

-18
This file was deleted.

0 commit comments

Comments
 (0)