revert NativeAPI

This commit is contained in:
Nim Wijetunga 2021-02-04 12:54:18 -05:00
parent 6c687067a6
commit b1fd8a439e
1 changed files with 0 additions and 3 deletions

View File

@ -19,8 +19,6 @@
*/
#pragma once
#include <map>
#include "flow/IRandom.h"
#include "flow/Tracing.h"
#if defined(NO_INTELLISENSE) && !defined(FDBCLIENT_NATIVEAPI_ACTOR_G_H)
@ -47,7 +45,6 @@
// Incomplete types that are reference counted
class DatabaseContext;
struct WatchMetadata;
template <> void addref( DatabaseContext* ptr );
template <> void delref( DatabaseContext* ptr );