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 /tamer | |
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.
Diffstat (limited to 'tamer')
-rw-r--r-- | tamer/src/ld/poc.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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, |