diff options
Diffstat (limited to 'libdash')
-rw-r--r-- | libdash/source/xml/Node.cpp | 1 |
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")) |