Skip to content

Commit adb0dd4

Browse files
committed
rm comment
1 parent 79f40dd commit adb0dd4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Blocks/analysis_points.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,6 @@ function expand_analysis_points(sys)
143143
sys
144144
end
145145

146-
#=
147-
function ModelingToolkit.namespace_expr(ap::AnalysisPoint, sys, n = nameof(sys)) where {T}
148-
in = ap.in === nothing ? ap.in : ModelingToolkit.renamespace(n, ap.in)
149-
out = ap.out === nothing ? ap.out : ModelingToolkit.renamespace(n, ap.out)
150-
name = Symbol(n, :_, ap.name)
151-
AnalysisPoint(in, out, name)
152-
end
153-
=#
154-
155146
function Base.:(==)(ap1::AnalysisPoint, ap2::AnalysisPoint)
156147
return ap1.in == ap2.in && ap1.out == ap2.out # Name doesn't really matter if inputs and outputs are the same
157148
end

0 commit comments

Comments
 (0)