aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/source/xml/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libdash/source/xml/Node.cpp')
-rw-r--r--libdash/source/xml/Node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdash/source/xml/Node.cpp b/libdash/source/xml/Node.cpp
index 0747a8e1..53193207 100644
--- a/libdash/source/xml/Node.cpp
+++ b/libdash/source/xml/Node.cpp
@@ -209,7 +209,6 @@ dash::mpd::Timeline* Node::ToTimeline () cons
if (this->HasAttribute("t"))
{
- uint64_t yolo = strtoul(this->GetAttributeValue("t").c_str(), NULL, 10);
timeline->SetStartTime(strtoul(this->GetAttributeValue("t").c_str(), NULL, 10));
}
if (this->HasAttribute("d"))