mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 11:47:58 +02:00
remove coverity links
This commit is contained in:
parent
b45006d791
commit
206f0d9271
@ -3,7 +3,6 @@
|
|||||||
_Build Status_
|
_Build Status_
|
||||||
- Circle: [](https://circleci.com/gh/vgough/encfs)
|
- Circle: [](https://circleci.com/gh/vgough/encfs)
|
||||||
- Travis: [](https://travis-ci.org/vgough/encfs)
|
- Travis: [](https://travis-ci.org/vgough/encfs)
|
||||||
- Analysis: [](https://scan.coverity.com/projects/vgough-encfs)
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
void CHECK(bool cond) {
|
|
||||||
if (!cond) {
|
|
||||||
__coverity_panic__();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void CHECK_EQ(int l, int r) {
|
|
||||||
if (l != r) {
|
|
||||||
__coverity_panic__();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user