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.
  • Loading branch information
Paul Harrison committed Nov 10, 2014
1 parent 6750b35 commit 2f2261d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/datadirect.cpp
Expand Up @@ -1178,7 +1178,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 2f2261d

Please sign in to comment.