diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-04-06 10:04:18 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-04-06 10:04:19 -0400 |
commit | 8385b64e1d65d6e1317018d7c940d3f14b88268c (patch) | |
tree | ee5dea75cfa211bb838b1871255bdea6e2a1d834 | |
parent | 68c7636be8ba4e0f681c2034f75c7ab83ce12d3a (diff) | |
download | tame-8385b64e1d65d6e1317018d7c940d3f14b88268c.tar.gz tame-8385b64e1d65d6e1317018d7c940d3f14b88268c.tar.bz2 tame-8385b64e1d65d6e1317018d7c940d3f14b88268c.zip |
[DEV-7086] TAMER: Remove WIP linker warning
While it is true that this is still being finalized, the warnings originally
existed because tameld was not feature complete. It is now.
-rw-r--r-- | build-aux/Makefile.am | 1 | ||||
-rw-r--r-- | tamer/src/ld/poc.rs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 762c949..ba9256e 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -132,7 +132,6 @@ standalones: $(dest_standalone) strip: $(dest_standalone_strip) ui/package.strip.js %.xmle: %.xmlo $(path_tame)/.rev-xmle $(TAME_TS) - @echo "WARNING: using WIP proof-of-concept linker!" $(path_tame)/tamer/target/release/tameld -o $@ $< %.js: %.xmle $(TAME_TS) diff --git a/tamer/src/ld/poc.rs b/tamer/src/ld/poc.rs index 975ca35..c75aacb 100644 --- a/tamer/src/ld/poc.rs +++ b/tamer/src/ld/poc.rs @@ -49,8 +49,6 @@ pub fn main(package_path: &str, output: &str) -> Result<(), Box<dyn Error>> { let abs_path = fs::canonicalize(package_path)?; - println!("WARNING: This is proof-of-concept; do not use!"); - let (name, relroot) = load_xmlo( &abs_path.to_str().unwrap().to_string(), &mut pkgs_seen, |