aboutsummaryrefslogtreecommitdiffstats
path: root/c_ldirs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-04 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-04 20:20:20 +0100
commit56c51cb7ce56244478da388b04869c139b80bdf5 (patch)
tree44c704e1e908fc396c8e3c213f6d49f0b66c1915 /c_ldirs.go
parentok this is great (diff)
downloadhardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.gz
hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.bz2
hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.xz
hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.tar.zst
hardflip-56c51cb7ce56244478da388b04869c139b80bdf5.zip
nothing's great retard boy
Diffstat (limited to 'c_ldirs.go')
-rw-r--r--c_ldirs.go10
1 files changed, 1 insertions, 9 deletions
diff --git a/c_ldirs.go b/c_ldirs.go
index 4533d57..0eb727a 100644
--- a/c_ldirs.go
+++ b/c_ldirs.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_ldirs.go
- * Tue Dec 26 11:09:27 2023
+ * Thu 04 Jan 2024 11:50:52 AM CET
* Joe
*
* the directories linked list
@@ -130,11 +130,3 @@ func (ldirs *DirsList) count() (uint64, uint64) {
func (dir *DirsNode) is_dir() bool {
return true
}
-
-func (dir *DirsNode) get_id() uint64 {
- return dir.ID
-}
-
-func (dir *DirsNode) get_next() *DirsNode {
- return dir.next
-}