Fix analytics recorder's version string type

PiperOrigin-RevId: 401125543
This commit is contained in:
nohle
2021-10-05 19:01:58 -07:00
committed by Copybara-Service
parent e0b1dd8dfc
commit dceb1e216b
2 changed files with 4 additions and 5 deletions
-2
View File
@@ -34,8 +34,6 @@ namespace analytics {
class AnalyticsRecorder {
public:
static constexpr absl::string_view kVersion = "v1.0.0";
explicit AnalyticsRecorder(EventLogger *event_logger);
virtual ~AnalyticsRecorder();