Skip to content

Commit fa6c728

Browse files
authored
Cleanup: remove unused static variable (#12535)
1 parent 713cf2e commit fa6c728

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/api/InkAPI.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ extern MgmtConverter const &HttpDownServerCacheTimeConv;
142142
extern HttpSessionAccept *plugin_http_accept;
143143
extern HttpSessionAccept *plugin_http_transparent_accept;
144144
extern thread_local PluginThreadContext *pluginThreadContext;
145-
static ClassAllocator<APIHook> apiHookAllocator("apiHookAllocator");
146145
extern ClassAllocator<INKContInternal> INKContAllocator;
147146
extern ClassAllocator<INKVConnInternal> INKVConnAllocator;
148147
static ClassAllocator<MIMEFieldSDKHandle> mHandleAllocator("MIMEFieldSDKHandle");

0 commit comments

Comments
 (0)