Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3396868
D8681.id29294.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D8681.id29294.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
Mon, Dec 2, 2:58 PM (18 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2607918
Default Alt Text
D8681.id29294.diff (2 KB)
Attached To
Mode
D8681: [native] remove unused `using namespace`
Attached
Detach File
Event Timeline
Log In to Comment