Skip to content

Commit

Permalink
minor - remove deprecated headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Oct 1, 2021
1 parent dcc1e3e commit 0cce54e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,6 @@ install : $(libceed) $(OBJDIR)/ceed.pc
$(INSTALL_DATA) $(OBJDIR)/ceed.pc "$(DESTDIR)$(pkgconfigdir)/"
$(INSTALL_DATA) include/ceed.h "$(DESTDIR)$(includedir)/"
$(INSTALL_DATA) include/ceedf.h "$(DESTDIR)$(includedir)/"
$(INSTALL_DATA) include/ceed-backend.h "$(DESTDIR)$(includedir)/"
$(INSTALL_DATA) include/ceed-hash.h "$(DESTDIR)$(includedir)/"
$(INSTALL_DATA) include/ceed-khash.h "$(DESTDIR)$(includedir)/"

.PHONY : all cln clean doxygen doc lib install par print test tst prove prv prove-all junit examples style style-c style-py tidy info info-backends info-backends-all

Expand Down
1 change: 1 addition & 0 deletions doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ for each release of libCEED.
- Add {c:func} `CeedOperatorLinearAssembleQFunctionBuildOrUpdate` to reduce object creation overhead in assembly of CeedOperator preconditioning ingredients.
- Promote {c:func} `CeedOperatorCheckReady`to the public API to facilitate interactive interfaces.
- Warning added when compiling OCCA backend to alert users that this backend is experimental.
- `ceed-backend.h`, `ceed-hash.h`, and `ceed-khash.h` removed. Users should use `ceed/backend.h`, `ceed/hash.h`, and `ceed/khash.h`.

### New features

Expand Down
3 changes: 0 additions & 3 deletions include/ceed-backend.h

This file was deleted.

2 changes: 1 addition & 1 deletion include/ceed-hash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include <ceed/hash.h>

#warning <ceed-hash.h> is deprecated and will be removed in libCEED v0.9; use <ceed/hash.h>
#warning "<ceed-hash.h> is deprecated and will be removed in libCEED v0.9; use <ceed/hash.h>"
3 changes: 0 additions & 3 deletions include/ceed-khash.h

This file was deleted.

0 comments on commit 0cce54e

Please sign in to comment.