Fix : Extract the gps information according to a locale
[platform/framework/native/content.git] / src / FCntDownloadManager.cpp
index 0dc3a5e..6eb1164 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -49,7 +48,6 @@ DownloadManager::~DownloadManager(void)
 DownloadManager*
 DownloadManager::GetInstance(void)
 {
-       result r = E_SUCCESS;
        static DownloadManager* pManager = null;
 
        if (pManager == null)