Remove program_stubs!()

This commit is contained in:
Michael Vines
2020-10-19 12:32:20 -07:00
committed by mergify[bot]
parent 9c53e1dfb2
commit 6d5889bdb5
14 changed files with 0 additions and 29 deletions

View File

@ -26,8 +26,6 @@ pub extern "C" fn entrypoint(_input: *mut u8) -> u64 {
#[cfg(test)]
mod test {
use super::*;
// Pull in syscall stubs when building for non-BPF targets
solana_sdk::program_stubs!();
#[test]
fn test_entrypoint() {