Skip to content

Commit

Permalink
cleanup: try to remove the ifdef
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
  • Loading branch information
Andreagit97 committed Aug 9, 2024
1 parent a828ecd commit 2f6e16f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ limitations under the License.

using namespace std;

#ifdef __x86_64__
TEST(scap_file, filter)
{
{
Expand Down Expand Up @@ -171,4 +170,3 @@ TEST(scap_file, cycledumper_seconds)

unlink(capture_scap);
}
#endif

0 comments on commit 2f6e16f

Please sign in to comment.