break oss build dependency on fboss/common/

Summary:
All of the requisite headers are now open sourced and eden
has been converted to use them. This removes any logic that references
this directory and kills the now unused cmake file.

Reviewed By: chadaustin

Differential Revision: D16994732

fbshipit-source-id: 573b8b50540ee64590682be2a54aa94659f12368
This commit is contained in:
Alex Eckert 2019-08-27 17:13:56 -07:00 committed by Facebook Github Bot
parent 850ab27d4d
commit badd2c8f26
2 changed files with 0 additions and 37 deletions

View File

@ -19,7 +19,6 @@ pcre
[shipit.pathmap]
fbcode/watchman = .
fbcode/fboss/common = common
fbcode/eden/fs = eden/fs
[shipit.strip]

View File

@ -1,36 +0,0 @@
add_thrift_cpp2_library(
fb303_thrift_cpp
fb303/if/fb303.thrift
SERVICES
FacebookService
)
add_library(
common_stats STATIC
stats/ServiceData.cpp
)
set_property(
TARGET common_stats
PROPERTY PUBLIC_HEADER
stats/ExportedHistogramMap.h
stats/ExportedHistogramMapImpl.h
stats/ExportedStatMap.h
stats/ExportedStatMapImpl.h
stats/ExportType.h
stats/DynamicCounters.h
stats/MonotonicCounter.h
stats/ServiceData.h
stats/ThreadCachedServiceData.h
stats/ThreadLocalStats.h
)
target_include_directories(
common_stats
PUBLIC
${CMAKE_SOURCE_DIR}
${CMAKE_BINARY_DIR}
)
target_link_libraries(
common_stats
PUBLIC
Folly::folly
)