summaryrefslogtreecommitdiffstats
path: root/cpukit/itron
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 13:46:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 13:46:04 +0000
commit3ad17f56e0dcd2e851e44e63cda52edc92873c8c (patch)
tree124943b0d4ff54e3f41e471abe625dcf9c2341de /cpukit/itron
parentMerged message buffer code from CS595 projects. (diff)
downloadrtems-3ad17f56e0dcd2e851e44e63cda52edc92873c8c.tar.bz2
Removed redundant line.
Diffstat (limited to 'cpukit/itron')
-rw-r--r--cpukit/itron/src/cre_tsk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/itron/src/cre_tsk.c b/cpukit/itron/src/cre_tsk.c
index f4e8e605fc..70ae6a2e81 100644
--- a/cpukit/itron/src/cre_tsk.c
+++ b/cpukit/itron/src/cre_tsk.c
@@ -57,7 +57,6 @@ ER cre_tsk(
_ITRON_return_errorno( E_RSATR );
if (( pk_ctsk->itskpri <= 0 ) || ( pk_ctsk->itskpri >= 256 ))
- if ( pk_ctsk->itskpri <= 0 )
_ITRON_return_errorno( E_PAR );
if ( pk_ctsk->task == NULL )
_ITRON_return_errorno( E_PAR );