[rtems-central commit] spec: Remove duplicate constraints

Sebastian Huber sebh at rtems.org
Tue Nov 23 16:20:18 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    6937b1fd409803d25101dc2582c008b58d9be1ca
Changeset: http://git.rtems.org/rtems-central/commit/?id=6937b1fd409803d25101dc2582c008b58d9be1ca

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Nov 22 16:05:01 2021 +0100

spec: Remove duplicate constraints

---

 spec/rtems/dpmem/if/create.yml               | 2 --
 spec/rtems/dpmem/if/delete.yml               | 2 --
 spec/rtems/dpmem/if/external-to-internal.yml | 2 --
 spec/rtems/dpmem/if/ident.yml                | 2 --
 spec/rtems/dpmem/if/internal-to-external.yml | 2 --
 5 files changed, 10 deletions(-)

diff --git a/spec/rtems/dpmem/if/create.yml b/spec/rtems/dpmem/if/create.yml
index 14c2d2c..e6ecf5c 100644
--- a/spec/rtems/dpmem/if/create.yml
+++ b/spec/rtems/dpmem/if/create.yml
@@ -43,8 +43,6 @@ links:
   uid: ../constraint/max
 - role: constraint
   uid: /constraint/obj-unlimited-alloc
-- role: constraint
-  uid: /constraint/directive-not-pre-qualified
 name: rtems_port_create
 notes: |
   The ${.:/params[1]/name} and ${.:/params[2]/name} parameters must be on a
diff --git a/spec/rtems/dpmem/if/delete.yml b/spec/rtems/dpmem/if/delete.yml
index ef71535..e698043 100644
--- a/spec/rtems/dpmem/if/delete.yml
+++ b/spec/rtems/dpmem/if/delete.yml
@@ -35,8 +35,6 @@ links:
   uid: ../../constraint/delete-by-any-task
 - role: constraint
   uid: /constraint/obj-unlimited-free
-- role: constraint
-  uid: /constraint/directive-not-pre-qualified
 name: rtems_port_delete
 notes: |
   The ${/glossary/dpcb:/term} for the deleted port is reclaimed by RTEMS.
diff --git a/spec/rtems/dpmem/if/external-to-internal.yml b/spec/rtems/dpmem/if/external-to-internal.yml
index 959b4cc..a1161ad 100644
--- a/spec/rtems/dpmem/if/external-to-internal.yml
+++ b/spec/rtems/dpmem/if/external-to-internal.yml
@@ -38,8 +38,6 @@ links:
   uid: /constraint/directive-ctx-task
 - role: constraint
   uid: /constraint/directive-no-preempt
-- role: constraint
-  uid: /constraint/directive-not-pre-qualified
 name: rtems_port_external_to_internal
 notes: null
 params:
diff --git a/spec/rtems/dpmem/if/ident.yml b/spec/rtems/dpmem/if/ident.yml
index a9d8dde..781e2a4 100644
--- a/spec/rtems/dpmem/if/ident.yml
+++ b/spec/rtems/dpmem/if/ident.yml
@@ -30,8 +30,6 @@ links:
   uid: /constraint/directive-ctx-any
 - role: constraint
   uid: /constraint/directive-no-preempt
-- role: constraint
-  uid: /constraint/directive-not-pre-qualified
 name: rtems_port_ident
 notes: |
   If the port name is not unique, then the port identifier will match the first
diff --git a/spec/rtems/dpmem/if/internal-to-external.yml b/spec/rtems/dpmem/if/internal-to-external.yml
index e20fb93..f643547 100644
--- a/spec/rtems/dpmem/if/internal-to-external.yml
+++ b/spec/rtems/dpmem/if/internal-to-external.yml
@@ -39,8 +39,6 @@ links:
   uid: /constraint/directive-ctx-task
 - role: constraint
   uid: /constraint/directive-no-preempt
-- role: constraint
-  uid: /constraint/directive-not-pre-qualified
 name: rtems_port_internal_to_external
 notes: null
 params:



More information about the vc mailing list