svf-lib 1.0.1788 → 1.0.1790

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,10 +126,6 @@ static inline Type* getPtrElementType(const PointerType* pty)
126
126
  #endif
127
127
  }
128
128
 
129
- /// Infer type based on llvm value, this is for the migration to opaque pointer
130
- /// please refer to: https://llvm.org/docs/OpaquePointers.html#migration-instructions
131
- Type *getPointeeType(const Value *value);
132
-
133
129
  /// Get the reference type of heap/static object from an allocation site.
134
130
  //@{
135
131
  const Type *inferTypeOfHeapObjOrStaticObj(const Instruction* inst);
@@ -30,8 +30,6 @@
30
30
  #ifndef SVF_SVFSTAT_H
31
31
  #define SVF_SVFSTAT_H
32
32
 
33
- #include <string>
34
-
35
33
  namespace SVF
36
34
  {
37
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1788",
3
+ "version": "1.0.1790",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {