aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/pqueue/ebin/pqueue.app
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/dev/erlang/pqueue/ebin/pqueue.app')
-rw-r--r--aoc2023/build/dev/erlang/pqueue/ebin/pqueue.app6
1 files changed, 0 insertions, 6 deletions
diff --git a/aoc2023/build/dev/erlang/pqueue/ebin/pqueue.app b/aoc2023/build/dev/erlang/pqueue/ebin/pqueue.app
deleted file mode 100644
index 974098f..0000000
--- a/aoc2023/build/dev/erlang/pqueue/ebin/pqueue.app
+++ /dev/null
@@ -1,6 +0,0 @@
-{application,pqueue,
- [{description,"Priority Queue Data Structures"},
- {vsn,"2.0.7"},
- {modules,[pqueue,pqueue2,pqueue3,pqueue4]},
- {registered,[]},
- {applications,[stdlib,kernel]}]}.