Skip to content

Commit

Permalink
Remove obsolete dt_bpf_builtins.h header file
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Reviewed-by: Eugene Loh <eugene.loh@oracle.com>
  • Loading branch information
kvanhees committed Dec 3, 2020
1 parent e0e51ae commit 4510a4b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 52 deletions.
47 changes: 0 additions & 47 deletions libdtrace/dt_bpf_builtins.h

This file was deleted.

1 change: 0 additions & 1 deletion libdtrace/dt_cg.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <dt_printf.h>
#include <dt_provider.h>
#include <dt_probe.h>
#include <dt_bpf_builtins.h>
#include <bpf_asm.h>

static void dt_cg_node(dt_node_t *, dt_irlist_t *, dt_regset_t *);
Expand Down
1 change: 0 additions & 1 deletion libdtrace/dt_dis.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <dt_ident.h>
#include <dt_printf.h>
#include <dt_string.h>
#include <dt_bpf_builtins.h>
#include <bpf_asm.h>
#include <port.h>

Expand Down
1 change: 0 additions & 1 deletion libdtrace/dt_prov_fbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

#include "dt_dctx.h"
#include "dt_cg.h"
#include "dt_bpf_builtins.h"
#include "dt_provider.h"
#include "dt_probe.h"
#include "dt_pt_regs.h"
Expand Down
1 change: 0 additions & 1 deletion libdtrace/dt_prov_sdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "dt_dctx.h"
#include "dt_cg.h"
#include "dt_bpf.h"
#include "dt_bpf_builtins.h"
#include "dt_provider.h"
#include "dt_probe.h"
#include "dt_pt_regs.h"
Expand Down
1 change: 0 additions & 1 deletion libdtrace/dt_prov_syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include "dt_dctx.h"
#include "dt_cg.h"
#include "dt_bpf_builtins.h"
#include "dt_provider.h"
#include "dt_probe.h"
#include "dt_pt_regs.h"
Expand Down

0 comments on commit 4510a4b

Please sign in to comment.