C++: Fix override related warning.

This commit is contained in:
Geoffrey White
2019-12-17 15:39:29 +00:00
parent 9986206dc6
commit eaf00c6683

View File

@@ -112,7 +112,7 @@ class AllocaAllocationFunction extends AllocationFunction {
override int getSizeArg() { result = sizeArg }
predicate requiresDealloc() { none() }
override predicate requiresDealloc() { none() }
}
/**