Skip to content

Commit

Permalink
Drop unused member EmbedLiteSubThread::mParentLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov committed Nov 6, 2014
1 parent 8657ae8 commit 7f55df4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion embedding/embedlite/embedhelpers/EmbedLiteSubThread.cpp
Expand Up @@ -21,7 +21,6 @@ namespace embedlite {

EmbedLiteSubThread::EmbedLiteSubThread(EmbedLiteApp* aApp)
: base::Thread("EmbedLiteSubThread")
, mParentLoop(MessageLoop::current())
, mApp(aApp)
{
LOGT();
Expand Down
1 change: 0 additions & 1 deletion embedding/embedlite/embedhelpers/EmbedLiteSubThread.h
Expand Up @@ -32,7 +32,6 @@ class EmbedLiteSubThread : public base::Thread
private:
virtual ~EmbedLiteSubThread();

MessageLoop* mParentLoop;
EmbedLiteApp* mApp;
};

Expand Down

0 comments on commit 7f55df4

Please sign in to comment.