Skip to content

Commit 5fcb20a

Browse files
committed
Remove stuffs added temporarily
1 parent 338c99c commit 5fcb20a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cpp/autosar/test/rules/A5-2-6/test.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// TODO: remove function body
2-
extern void f1(){};
1+
extern void f1();
32
void f2(int p1, int p2) {
43
if (p1 > 0 && p1 < 10) { // NON_COMPLIANT
54
f1();
@@ -32,7 +31,4 @@ void f2(int p1, int p2) {
3231
// dereference (->) are excluded
3332
f1();
3433
}
35-
}
36-
37-
// TODO: remove this
38-
int main() { return 0; }
34+
}

0 commit comments

Comments
 (0)