From 5ca2a94b762be71f1f16d70991e3174247da6529 Mon Sep 17 00:00:00 2001 From: jlacoche <jeremy.lacoche@orange.com> Date: Fri, 5 Jul 2024 10:02:42 +0200 Subject: [PATCH] fix compilation error... --- Runtime/Scripts/WorldAnalysisARFoundation.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/Scripts/WorldAnalysisARFoundation.cs b/Runtime/Scripts/WorldAnalysisARFoundation.cs index 9562f7b..02484a7 100644 --- a/Runtime/Scripts/WorldAnalysisARFoundation.cs +++ b/Runtime/Scripts/WorldAnalysisARFoundation.cs @@ -8,7 +8,6 @@ using System.Collections; using System.Linq; using ETSI.ARF.OpenAPI.WorldStorage; using ETSI.ARF.WorldStorage.REST; -using ; //Implementation of the WorldAnalysis interface public class WorldAnalysisARFoundation : MonoBehaviour, WorldAnalysisInterface -- GitLab