Skip to content

Commit

Permalink
Revert top-level filters
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 31, 2024
1 parent 41810df commit 01ad371
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

namespace MLS_NAMESPACE {

static void unused() {}
static void unused2() {}

uint64_t
seconds_since_epoch()
{
Expand Down

0 comments on commit 01ad371

Please sign in to comment.