Remove out-of-date comments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4013
This commit is contained in:
Nicholas Nethercote 2005-06-24 15:40:01 +00:00
parent 5ce68877be
commit 8d861507df
2 changed files with 0 additions and 2 deletions

View File

@ -1261,7 +1261,6 @@ static Addr deref_Addr ( ThreadId tid, Addr a, Char* s )
return *a_p;
}
// XXX: should use the constants here (eg. SHMAT), not the numbers directly!
PRE(sys_ipc)
{
PRINT("sys_ipc ( %d, %d, %d, %d, %p, %d )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);

View File

@ -1332,7 +1332,6 @@ static Addr deref_Addr ( ThreadId tid, Addr a, Char* s )
return *a_p;
}
// XXX: should use the constants here (eg. SHMAT), not the numbers directly!
PRE(sys_ipc)
{
PRINT("sys_ipc ( %d, %d, %d, %d, %p, %d )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);