From f51657704de930a3a9cd391bb08d1d71170eab91 Mon Sep 17 00:00:00 2001 From: Gianni Petrella Date: Wed, 17 Jul 2024 11:09:43 +0200 Subject: [PATCH] style: cleanup comments --- src/moduli.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/moduli.jl b/src/moduli.jl index ecf676b..a70395c 100644 --- a/src/moduli.jl +++ b/src/moduli.jl @@ -1933,10 +1933,6 @@ function is_smooth(M::QuiverModuliStack) return true end -# TODO - smooth model should return a smooth model and -# somehow the information for the correspondence? - - """ is_projective(M::QuiverModuli)