aboutsummaryrefslogtreecommitdiff
path: root/include/conda.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-27 13:34:37 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-27 13:34:37 -0400
commitb5ede97977d81e429a0389bf821312ec05d3faca (patch)
treef544d14d4ad41bdba7a5602447ff5d15910166b6 /include/conda.h
parentea8ec855c3c6870d29c55afe3787afb2c05026a1 (diff)
downloadstasis-b5ede97977d81e429a0389bf821312ec05d3faca.tar.gz
Revert "Try a different approach using declare -f"
This reverts commit ea8ec855c3c6870d29c55afe3787afb2c05026a1.
Diffstat (limited to 'include/conda.h')
-rw-r--r--include/conda.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/conda.h b/include/conda.h
index 5e8b8d9..c546672 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -192,5 +192,4 @@ int conda_index(const char *path);
*/
int pip_index_provides(const char *index_url, const char *name, const char *version);
-char *conda_runtime_dump(const char *root);
#endif //STASIS_CONDA_H