Skip to content

Commit

Permalink
Redo PHPMC HNI Conversion with less indirection
Browse files Browse the repository at this point in the history
Summary: This reverts commit 31d4ec43104818e089673e9f798a311fdde21216.

And improves its efficiency by storing the CacheClientImpl
directly on the PHP object.

Reviewed By: alexmalyshev

Differential Revision: D2057102

fb-gh-sync-id: c40b92830cdfa4d54be038091b913a953550f4b4
  • Loading branch information
sgolemon authored and hhvm-bot committed Dec 2, 2015
1 parent 18cf6dc commit 9409346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion hphp/runtime/ext/ext.h
Expand Up @@ -23,7 +23,6 @@

// Super temporary
#ifndef USE_CMAKE
#include "hphp/facebook/extensions/phpmc/ext_phpmc.h"
#define ENABLE_EXTENSION_COLLECTIONS
#endif

Expand Down
8 changes: 0 additions & 8 deletions hphp/system/idl/constants.idl.json
@@ -1,14 +1,6 @@
{
"preamble": "",
"consts": [
{
"name": "MCC_ACCESSPOINT_DOWN",
"value": 2
},
{
"name": "MCC_ACCESSPOINT_UP",
"value": 1
}
],
"funcs": [
],
Expand Down

0 comments on commit 9409346

Please sign in to comment.