summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-07 14:31:18 +1000
committerChris Johns <chrisj@rtems.org>2014-09-07 14:31:18 +1000
commit4c9a892d009c5b8f1952cf3450dda32148af887e (patch)
treedd7acfa431c5bf000d1770f2c43e7cb54db5fff1 /rld.h
parent5c75d3435ae8e049a3049a6eec1295f1de2694cf (diff)
Refactor the rld-rtems support to remove the globals.
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rld.h b/rld.h
index 0a6cd9c..6a42923 100644
--- a/rld.h
+++ b/rld.h
@@ -272,11 +272,6 @@ namespace rld
const std::string version ();
/**
- * The RTEMS version string. @todo move to rld-rtems.
- */
- const std::string rtems_version ();
-
- /**
* Container of strings to hold the results of a split.
*/
typedef std::vector < std::string > strings;