Skip to content

Commit

Permalink
mythfilldatabase: remove the redundant assign to userid
Browse files Browse the repository at this point in the history
Refs #12300.

(cherry picked from commit 2f2261d)
  • Loading branch information
Paul Harrison committed Nov 10, 2014
1 parent ee02552 commit 4cea476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/datadirect.cpp
Expand Up @@ -1183,7 +1183,6 @@ bool DataDirectProcessor::GrabData(const QDateTime &pstartDate,

if (m_cacheData)
{
QByteArray userid = GetUserID().toLatin1();
cache_dd_data = m_tmpDir +
QString("/mythtv_dd_cache_%1_UTC_%2_to_%3")
.arg(GetListingsProvider())
Expand Down

0 comments on commit 4cea476

Please sign in to comment.