From 7a3271dfd2541133da8a342185c798b320a45296 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 9 Apr 2025 18:37:21 +0200 Subject: chore: Remove todo regarding file path dependency --- symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'symbols/src') 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.*") -- cgit