summaryrefslogtreecommitdiff
path: root/indra/llcommon/llpointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llpointer.h')
-rw-r--r--indra/llcommon/llpointer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llcommon/llpointer.h b/indra/llcommon/llpointer.h
index 71c955c4c5..1b2a961c40 100644
--- a/indra/llcommon/llpointer.h
+++ b/indra/llcommon/llpointer.h
@@ -189,10 +189,6 @@ public:
}
protected:
-#ifdef LL_LIBRARY_INCLUDE
- void ref();
- void unref();
-#else
void ref()
{
if (mPointer)
@@ -215,7 +211,6 @@ protected:
}
}
}
-#endif // LL_LIBRARY_INCLUDE
protected:
Type* mPointer;