From 6fc118b5faa7f8b3243e562dfe22e102f82ddae9 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sun, 2 Oct 2022 18:52:15 +0100 Subject: [PATCH] f4pga/flows/common: remove unused function Signed-off-by: Unai Martinez-Corral --- f4pga/flows/common.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/f4pga/flows/common.py b/f4pga/flows/common.py index 8a31179..fb89da2 100644 --- a/f4pga/flows/common.py +++ b/f4pga/flows/common.py @@ -215,13 +215,6 @@ def noisy_warnings(device): environ["OUR_NOISY_WARNINGS"] = f"noisy_warnings-{device}_pack.log" -def my_path(): - """ - Get current PWD. - """ - return str(Path(sys_argv[0]).resolve().parent) - - def save_vpr_log(filename, build_dir=""): """ Save VPR logic (moves the default output file into a desired path).