Skip to content

Commit

Permalink
Remove rand definition and preAnalyzeCommand from adb examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldrinH committed Jul 15, 2023
1 parent 1f208c9 commit 35c31b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion adb_examples/gobpie.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"goblintConf" : "goblint.json",
"preAnalyzeCommand" : ["cmake", "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON", "-B", "build"],
"abstractDebugging": true,
"showCfg": true,
"incrementalAnalysis": false
Expand Down
7 changes: 0 additions & 7 deletions adb_examples/precise_stdlib.h

This file was deleted.

2 changes: 1 addition & 1 deletion adb_examples/thesis_example.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "precise_stdlib.h"
#include <stdlib.h>
#include <stdio.h>
#include <pthread.h>

Expand Down
2 changes: 1 addition & 1 deletion adb_examples/variables_example.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "precise_stdlib.h"
#include <stdlib.h>

struct s {
int n;
Expand Down

0 comments on commit 35c31b0

Please sign in to comment.