Skip to content

Commit 0f4ca34

Browse files
committed
gpuWork: remove unused reference to mock_bpf
We are removing the bpf mocking system, cleanup the unused reference to it in gpuWork.c Bug: 359646531 Test: TH Change-Id: I6231e3b2b7ae9dc9c865c39d4d0bd1d530a4bf87 Signed-off-by: Neill Kapron <nkapron@google.com>
1 parent bdacb5d commit 0f4ca34

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • services/gpuservice/gpuwork/bpfprogs

services/gpuservice/gpuwork/bpfprogs/gpuWork.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
#include <stddef.h>
2121
#include <stdint.h>
2222

23-
#ifdef MOCK_BPF
24-
#include <test/mock_bpf_helpers.h>
25-
#else
2623
#include <bpf_helpers.h>
27-
#endif
2824

2925
#define S_IN_NS (1000000000)
3026
#define SMALL_TIME_GAP_LIMIT_NS (S_IN_NS)

0 commit comments

Comments
 (0)