mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 854481: Remove unused typedef from jstypedarray.cpp. r=Waldo
This commit is contained in:
parent
408b598209
commit
3dcc415cf6
@ -2593,7 +2593,6 @@ template<typename T>
|
||||
JSBool
|
||||
ArrayBufferObject::createTypedArrayFromBuffer(JSContext *cx, unsigned argc, Value *vp)
|
||||
{
|
||||
typedef TypedArrayTemplate<T> ArrayType;
|
||||
CallArgs args = CallArgsFromVp(argc, vp);
|
||||
return CallNonGenericMethod<IsArrayBuffer, createTypedArrayFromBufferImpl<T> >(cx, args);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user