From c536a0bf04c51b0b5abccd141077e445771c4c18 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 30 Jan 2019 17:35:20 -0700 Subject: [PATCH] Remove mention of BCC --- book/src/programs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/book/src/programs.md b/book/src/programs.md index 7ad3797ca9..fa596bb322 100644 --- a/book/src/programs.md +++ b/book/src/programs.md @@ -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