utils: drop unused variable: sensorData

[src/Utils.cpp:73]: (style) Unused variable: sensorData

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie0cf6c168f1ec91f1307553a14661a80bdfc8321
diff --git a/src/Utils.cpp b/src/Utils.cpp
index 0518f6a..f7a2ebe 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -69,8 +69,6 @@
     }
     for (const auto& pathPair : managedObj)
     {
-        std::vector<boost::container::flat_map<std::string, BasicVariantType>>
-            sensorData;
         bool correctType = false;
         for (const auto& entry : pathPair.second)
         {