remove some unneccessary checks - thanks to Petr Uzel

This commit is contained in:
Arnout Engelen
2008-12-06 11:36:03 +00:00
parent 218e117731
commit 7b54891553
3 changed files with 1 additions and 6 deletions

View File

@@ -37,7 +37,6 @@ public:
{
if (!ROBUST)
{
assert (uid >= 0);
assert (pid >= 0);
}
m_name = name;
@@ -48,7 +47,6 @@ public:
m_uid = uid;
if (!ROBUST)
{
assert (m_uid >= 0);
assert (m_pid >= 0);
}
}
@@ -88,7 +86,6 @@ void Line::show (int row)
{
if (!ROBUST)
{
assert (m_uid >= 0);
assert (m_pid >= 0);
assert (m_pid <= 100000);
}