mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
remove unused import and declaration in EventQueue (#47545)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47545 changelog: [internal] Reviewed By: javache Differential Revision: D65663098 fbshipit-source-id: b0a848de9ef01e2915a945a58a08e2e9c666a116
This commit is contained in:
parent
97a4234b6e
commit
6c577e96db
@ -7,7 +7,6 @@
|
||||
|
||||
#include "EventQueue.h"
|
||||
|
||||
#include <react/renderer/runtimescheduler/RuntimeScheduler.h>
|
||||
#include "EventEmitter.h"
|
||||
#include "ShadowNodeFamily.h"
|
||||
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
namespace facebook::react {
|
||||
|
||||
class RuntimeScheduler;
|
||||
|
||||
/*
|
||||
* Event Queue synchronized with given Event Beat and dispatching event
|
||||
* using given Event Pipe.
|
||||
|
Loading…
Reference in New Issue
Block a user