Summary: There is no reason to write back to the database here, as the resulting procdesc is anyway stored in the summary. This is a source of non-determinism. Reviewed By: skcho Differential Revision: D23500220 fbshipit-source-id: 7434e6239master
parent
65dd303415
commit
343d6b1bea
@ -0,0 +1,10 @@
|
||||
(*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
|
||||
open! IStd
|
||||
|
||||
val substitute : Procdesc.t -> unit
|
Loading…
Reference in new issue