Remove FB-ONLY from publicly visible files

Summary: These was not intended to be FB-ONLY

Reviewed By: jvillard

Differential Revision: D19598588

fbshipit-source-id: 6580dac65
master
Mitya Lyubarskiy 5 years ago committed by Facebook Github Bot
parent b8e6bb70b9
commit 897e3fa8af

@ -5,8 +5,6 @@
* LICENSE file in the root directory of this source tree.
*)
(* FB-ONLY *)
open! IStd
module SMap = Map.Make (String)

@ -7,8 +7,6 @@
open! IStd
(* FB-ONLY *)
(** Low-level Scuba logging functionality. Provides functionality to log anything to any scuba
table. (Note that Scuba is a schema-free storage, so it won't require any changes). Don't use
this module directly for logging to tables with known structure. Use high-level functions that

@ -4,7 +4,6 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*)
(* FB-ONLY *)
(*
* Utilities to log in "infer_events" key-value scuba table.

@ -9,8 +9,6 @@
open! IStd
(* FB-ONLY *)
(**
Functionality for logging into "infer_events" Scuba table.
The table is organized in form of key-value pairs.

Loading…
Cancel
Save