Skip to content

Commit 9288fd8

Browse files
committed
edit package
1 parent 94293ec commit 9288fd8

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

rule_packages/c/Concurrency4.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -52,40 +52,6 @@
5252
}
5353
],
5454
"title": "Declare objects shared between threads with appropriate storage durations"
55-
},
56-
"CON39-C": {
57-
"properties": {
58-
"obligation": "rule"
59-
},
60-
"queries": [
61-
{
62-
"description": "",
63-
"kind": "problem",
64-
"name": "Do not join or detach a thread that was previously joined or detached",
65-
"precision": "high",
66-
"severity": "error",
67-
"short_name": "ThreadWasPreviouslyJoinedOrDetached",
68-
"tags": []
69-
}
70-
],
71-
"title": "Do not join or detach a thread that was previously joined or detached"
72-
},
73-
"CON40-C": {
74-
"properties": {
75-
"obligation": "rule"
76-
},
77-
"queries": [
78-
{
79-
"description": "",
80-
"kind": "problem",
81-
"name": "Do not refer to an atomic variable twice in an expression",
82-
"precision": "very-high",
83-
"severity": "error",
84-
"short_name": "DoNotReferToAnAtomicVariableTwiceInExpression",
85-
"tags": []
86-
}
87-
],
88-
"title": "Do not refer to an atomic variable twice in an expression"
8955
}
9056
}
9157
}

0 commit comments

Comments
 (0)