Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Summary: This helper function doesn't seem to be used anywhere anymore. https://fburl.com/code/ole9n4sb

Reviewed By: srikrishnagopu

Differential Revision: D61233282

fbshipit-source-id: b54141f4b1fbfabe2198470bd489f37e3d9ac82a
  • Loading branch information
paulcruz74 authored and facebook-github-bot committed Aug 14, 2024
1 parent 3977c22 commit 42fe5b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fboss/agent/hw/sai/benchmarks/benchmarks.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,3 @@ def sai_mono_agent_benchmark(name, srcs, **kwargs):

def sai_multi_switch_agent_benchmark(name, srcs, **kwargs):
_multi_switch_agent_benchmark_binary(name, srcs, **kwargs)

def sai_agent_benchmark(name, srcs, **kwargs):
sai_mono_agent_benchmark(name, srcs, **kwargs)
sai_multi_switch_agent_benchmark(name, srcs, **kwargs)

0 comments on commit 42fe5b9

Please sign in to comment.