From 550efc262fbd678da3d08972280b41e666c68065 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 19:00:35 +0100 Subject: a bit of dead code --- src/Formats/StructuredFormatService.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Formats/StructuredFormatService.kt') diff --git a/src/Formats/StructuredFormatService.kt b/src/Formats/StructuredFormatService.kt index 0a146d84..0eb042ca 100644 --- a/src/Formats/StructuredFormatService.kt +++ b/src/Formats/StructuredFormatService.kt @@ -129,9 +129,6 @@ public abstract class StructuredFormatService(val locationService: LocationServi } } - private fun DocumentationNode.hasDescriptionOrTags() = - content.description != ContentEmpty || !content.sections.isEmpty() - private fun DocumentationNode.appendOverrides(to: StringBuilder) { overrides.forEach { to.append("Overrides ") -- cgit