removes legacy "disable_torrent" flags

This commit is contained in:
Marcin Czenko 2025-10-24 20:58:30 +02:00
parent 19807f7890
commit 271922ba61
No known key found for this signature in database
GPG Key ID: A0449219BDBA98AE
5 changed files with 2 additions and 14 deletions

View File

@ -1,6 +1,3 @@
//go:build !disable_torrent
// +build !disable_torrent
package communities
import (

View File

@ -1,6 +1,3 @@
//go:build !disable_torrent
// +build !disable_torrent
package communities_test
import (

View File

@ -1,6 +1,3 @@
//go:build !disable_torrent
// +build !disable_torrent
package communities
import (

View File

@ -1,5 +1,5 @@
//go:build integration && !disable_torrent
// +build integration,!disable_torrent
//go:build integration
// +build integration
package communities_test

View File

@ -1,6 +1,3 @@
//go:build !disable_torrent
// +build !disable_torrent
package communities_test
import (