Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32999902
D8681.1768351919.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D8681.1768351919.diff
View Options
diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp
--- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp
+++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp
@@ -5,8 +5,6 @@
namespace comm {
-using namespace facebook::react;
-
OperationType DraftStore::UPDATE_DRAFT_OPERATION = "update";
OperationType DraftStore::MOVE_DRAFT_OPERATION = "move";
OperationType DraftStore::REMOVE_ALL_DRAFTS_OPERATION = "remove_all";
diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp
--- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp
+++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp
@@ -5,8 +5,6 @@
namespace comm {
-using namespace facebook::react;
-
OperationType MessageStore::REKEY_OPERATION = "rekey";
OperationType MessageStore::REMOVE_OPERATION = "remove";
OperationType MessageStore::REPLACE_OPERATION = "replace";
diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp
--- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp
+++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp
@@ -5,8 +5,6 @@
namespace comm {
-using namespace facebook::react;
-
OperationType ReportStore::REPLACE_REPORT_OPERATION = "replace_report";
OperationType ReportStore::REMOVE_REPORTS_OPERATION = "remove_reports";
OperationType ReportStore::REMOVE_ALL_REPORTS_OPERATION = "remove_all_reports";
diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp
--- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp
+++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp
@@ -5,8 +5,6 @@
namespace comm {
-using namespace facebook::react;
-
OperationType ThreadStore::REMOVE_OPERATION = "remove";
OperationType ThreadStore::REMOVE_ALL_OPERATION = "remove_all";
OperationType ThreadStore::REPLACE_OPERATION = "replace";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 12:51 AM (1 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5929616
Default Alt Text
D8681.1768351919.diff (2 KB)
Attached To
Mode
D8681: [native] remove unused `using namespace`
Attached
Detach File
Event Timeline
Log In to Comment