mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
remove coverity links
This commit is contained in:
parent
b45006d791
commit
206f0d9271
@ -3,7 +3,6 @@
|
||||
_Build Status_
|
||||
- Circle: [![Circle CI](https://circleci.com/gh/vgough/encfs.svg?style=svg)](https://circleci.com/gh/vgough/encfs)
|
||||
- Travis: [![Travis CI](https://travis-ci.org/vgough/encfs.svg?branch=master)](https://travis-ci.org/vgough/encfs)
|
||||
- Analysis: [![Coverity](https://scan.coverity.com/projects/10117/badge.svg)](https://scan.coverity.com/projects/vgough-encfs)
|
||||
|
||||
## 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…
Reference in New Issue
Block a user