Remove mention of BCC

This commit is contained in:
Greg Fitzgerald 2019-01-30 17:35:20 -07:00
parent 5b8e7bfcf2
commit c536a0bf04
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ used to reference the program in subsequent transactions.
A program may be written in any programming language that can target the
Berkley Packet Filter (BPF) safe execution environment. The Solana SDK offers
the best support for C programs, which is compiled to BPF using the [LLVM
compiler infrastructure](https://llvm.org). Alternatively, a client might
choose to bypass LLVM and use Python, Lua or C++ to generate BPF directly via
the [BPF Compiler Collection](https://github.com/iovisor/bcc) (BCC).
compiler infrastructure](https://llvm.org).
## Storing State between Transactions