[rtems-central commit] spec: Remove interfaces no longer used by the API

Sebastian Huber sebh at rtems.org
Wed Dec 2 07:16:54 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec  2 08:03:31 2020 +0100

spec: Remove interfaces no longer used by the API

---

 spec/score/if/tod-to-seconds.yml | 30 ------------------------------
 spec/score/if/tod-validate.yml   | 30 ------------------------------
 2 files changed, 60 deletions(-)

diff --git a/spec/score/if/tod-to-seconds.yml b/spec/score/if/tod-to-seconds.yml
deleted file mode 100644
index 614edfb..0000000
--- a/spec/score/if/tod-to-seconds.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-definition:
-  default:
-    attributes: null
-    body: null
-    params:
-    - const ${/rtems/type/if/time-of-day:/name} *${.:/params[0]/name}
-    return: ${../watchdog/if/interval:/name}
-  variants: []
-description: null
-enabled-by: true
-index-entries: []
-interface-type: function
-links:
-- role: interface-placement
-  uid: /rtems/clock/if/header
-name: _TOD_To_seconds
-notes: null
-params:
-- description: '%'
-  dir: null
-  name: the_tod
-return:
-  return: null
-  return-values: []
-type: interface
diff --git a/spec/score/if/tod-validate.yml b/spec/score/if/tod-validate.yml
deleted file mode 100644
index 672c54d..0000000
--- a/spec/score/if/tod-validate.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-definition:
-  default:
-    attributes: null
-    body: null
-    params:
-    - const ${/rtems/type/if/time-of-day:/name} *${.:/params[0]/name}
-    return: ${/c/if/bool:/name}
-  variants: []
-description: null
-enabled-by: true
-index-entries: []
-interface-type: function
-links:
-- role: interface-placement
-  uid: /rtems/clock/if/header
-name: _TOD_Validate
-notes: null
-params:
-- description: '%'
-  dir: null
-  name: the_tod
-return:
-  return: null
-  return-values: []
-type: interface



More information about the vc mailing list