summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-03 00:35:17 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-03 00:35:17 +0100
commit38271e9980f2ccb6b80b27cd063933748247a7be (patch)
tree56fa296699c6148df260f023f7320168852198f3 /indra
parent7136956b90614bbd236be0e30231781c04346220 (diff)
Remove redundant typedef hosing OSX build.
Diffstat (limited to 'indra')
-rw-r--r--indra/llinventory/llsettingsdaycycle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.h b/indra/llinventory/llsettingsdaycycle.h
index b9038506d1..6f54833c74 100644
--- a/indra/llinventory/llsettingsdaycycle.h
+++ b/indra/llinventory/llsettingsdaycycle.h
@@ -51,9 +51,6 @@ public:
static const std::string SETTING_TRACKS;
static const std::string SETTING_FRAMES;
- // 32-bit as LLSD only supports that width at present
- typedef S32Seconds Seconds;
-
static const Seconds MINIMUM_DAYLENGTH;
static const Seconds DEFAULT_DAYLENGTH;
static const Seconds MAXIMUM_DAYLENGTH;