aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-09 18:37:21 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-11 19:31:55 +0200
commit4a4856f34da57c58f8b5ebae1111d298a72004b4 (patch)
tree4e8600e86d1dc832e851b4de10f134be345bdbe5
parenta7c3d78bb6b9758f8bb84e61b37d1ed3443b6e1b (diff)
downloadFirmament-4a4856f34da57c58f8b5ebae1111d298a72004b4.tar.gz
Firmament-4a4856f34da57c58f8b5ebae1111d298a72004b4.tar.bz2
Firmament-4a4856f34da57c58f8b5ebae1111d298a72004b4.zip
chore: Remove todo regarding file path dependency
-rw-r--r--symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt b/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
index 62fc4b6..3eaf3d6 100644
--- a/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
+++ b/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
@@ -37,9 +37,6 @@ class SubscribeAnnotationProcessor(
subscriptionsFile.apply {
appendLine("// This file is @generated by SubscribeAnnotationProcessor")
appendLine("// Do not edit")
- for (file in subscriptionSet) {
- appendLine("// Dependency: ${"TODO"?:file.filePath}")
- }
appendLine("package moe.nea.firmament.annotations.generated.$sourceSetName")
appendLine()
appendLine("import moe.nea.firmament.events.subscription.*")