diff options
| author | Emilio Jesus Gallego Arias | 2019-10-25 00:31:36 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-10-25 02:44:14 +0200 |
| commit | 4035b4a66dbd8e29aa933b1e301fbd07815768e4 (patch) | |
| tree | eccb2d5cbf42868633ae685f74c5faf8b1aa54b5 /dev | |
| parent | 11fb93285b2e7c528d8abe7da5924d84e0a97002 (diff) | |
[funind] Remove duplicate save function.
AFAICT the reasoning for introducing this function doesn't hold
anymore. This is needed for future refactorings that should make some
types private.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh b/dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh new file mode 100644 index 0000000000..7001c3d0c8 --- /dev/null +++ b/dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "10516" ] || [ "$CI_BRANCH" = "proof+dup_save" ]; then + + elpi_CI_REF=proof+dup_save + elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi + +fi |
