From 11fa72bfd22fc0420a40c12cc81f0bef008c46e4 Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Tue, 29 Mar 2016 17:29:44 -0400 Subject: Remove line containing PRId64 This was causing issues with certain compilers, and the code is never run. --- src/components/application_manager/src/message_helper.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc index adb4f94457..fd42305f77 100644 --- a/src/components/application_manager/src/message_helper.cc +++ b/src/components/application_manager/src/message_helper.cc @@ -2596,7 +2596,6 @@ bool MessageHelper::PrintSmartObject(const smart_objects::SmartObject& object) { break; } case NsSmartDeviceLink::NsSmartObjects::SmartType_Integer: - printf("%" PRId64 "\n", object.asInt64()); break; case NsSmartDeviceLink::NsSmartObjects::SmartType_String: printf("%s", object.asString().c_str()); -- cgit v1.2.1