Skip to content

Commit 534965c

Browse files
Remove getfullyqualifiedname and getusername APIs as they are unused (#25)
1 parent 5e914ec commit 534965c

File tree

8 files changed

+0
-157
lines changed

8 files changed

+0
-157
lines changed

src/libpsl-native/src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ add_library(psl-native SHARED
88
getfileowner.cpp
99
getcurrentthreadid.cpp
1010
getcurrentprocessorid.cpp
11-
getusername.cpp
1211
getcomputername.cpp
1312
getlinkcount.cpp
14-
getfullyqualifiedname.cpp
1513
geterrorcategory.cpp
1614
getinodedata.cpp
1715
isfile.cpp

src/libpsl-native/src/getfullyqualifiedname.cpp

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/libpsl-native/src/getfullyqualifiedname.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/libpsl-native/src/getusername.cpp

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/libpsl-native/src/getusername.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/libpsl-native/test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ add_executable(psl-native-test
55
test-locale.cpp
66
test-getuserfrompid.cpp
77
test-getcurrentprocessid.cpp
8-
test-getusername.cpp
98
test-getcomputername.cpp
109
test-getlinkcount.cpp
11-
test-getfullyqualifiedname.cpp
1210
test-isdirectory.cpp
1311
test-isfile.cpp
1412
test-issymlink.cpp

src/libpsl-native/test/test-getfullyqualifiedname.cpp

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/libpsl-native/test/test-getusername.cpp

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)