Remove spurious creation of sp<Choreographer>.

Bug: 393217449
Test: presubmit
Flag: EXEMPT_refactor
Change-Id: I7c9fe4881fdf2dd6065f1175f20bb93965d5103a
diff --git a/libs/gui/Choreographer.cpp b/libs/gui/Choreographer.cpp
index fb3e0f1..b9e6c06 100644
--- a/libs/gui/Choreographer.cpp
+++ b/libs/gui/Choreographer.cpp
@@ -100,7 +100,7 @@
             return nullptr;
         }
     }
-    return gChoreographer.get();
+    return gChoreographer;
 }
 
 Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle)