about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/src/path-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/build-support/build-sandbox/src/path-cache.h')
-rw-r--r--pkgs/games/build-support/build-sandbox/src/path-cache.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/games/build-support/build-sandbox/src/path-cache.h b/pkgs/games/build-support/build-sandbox/src/path-cache.h
deleted file mode 100644
index 368f8d17..00000000
--- a/pkgs/games/build-support/build-sandbox/src/path-cache.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _PATH_CACHE_H
-#define _PATH_CACHE_H
-
-typedef void *path_cache;
-
-path_cache new_path_cache(void);
-void free_path_cache(path_cache pc);
-bool cache_path(path_cache pc, const char *path);
-
-#endif