This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch dev-1-0-14
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git

commit 68ad0d688daee650b3c989bcd1d11a145c865754
Author: Alan M. Carroll <[email protected]>
AuthorDate: Fri Feb 28 10:09:28 2020 -0600

    Clean up part files.
---
 swoc++/swoc++-static.part  | 1 -
 swoc++/swoc++.part         | 1 -
 unit_tests/unit_tests.part | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/swoc++/swoc++-static.part b/swoc++/swoc++-static.part
index b737458..2dfbb85 100644
--- a/swoc++/swoc++-static.part
+++ b/swoc++/swoc++-static.part
@@ -1,4 +1,3 @@
-import os
 Import("*")
 PartName("libswoc")
 PartVersion("1.0.13")
diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part
index f9fe8fe..c89da05 100644
--- a/swoc++/swoc++.part
+++ b/swoc++/swoc++.part
@@ -1,4 +1,3 @@
-import os
 Import("*")
 PartName("libswoc")
 PartVersion("1.0.14")
diff --git a/unit_tests/unit_tests.part b/unit_tests/unit_tests.part
index fd2115e..fe3b357 100644
--- a/unit_tests/unit_tests.part
+++ b/unit_tests/unit_tests.part
@@ -3,7 +3,7 @@ Import("*")
 PartName("tests")
 
 DependsOn([
-    Component("swoc++",requires=REQ.DEFAULT(internal=False))
+    Component("libswoc",requires=REQ.DEFAULT(internal=False))
     ])
 
 env.AppendUnique(

Reply via email to