From 01ad371085b01fd5f5f933ae740ea7e0bfe1004b Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Thu, 31 Oct 2024 17:29:25 -0400 Subject: [PATCH] Revert top-level filters --- .github/workflows/main_ci.yml | 8 -------- src/common.cpp | 3 --- 2 files changed, 11 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index ef489817..19cb5a4b 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -4,17 +4,9 @@ on: push: branches: - main - paths: - - "src/common.cpp" - - "**.cpp" - - "**.h" pull_request: branches: - main - paths: - - "src/common.cpp" - - "**.cpp" - - "**.h" env: CMAKE_BUILD_PARALLEL_LEVEL: 3 diff --git a/src/common.cpp b/src/common.cpp index 244c4cf8..c0185aa5 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -3,9 +3,6 @@ namespace MLS_NAMESPACE { -static void unused() {} -static void unused2() {} - uint64_t seconds_since_epoch() {